Matt writes:
I have a postfix+amavis-new+courier-imap+maildrop+mysql instalation. The
problem is that maildrop will only deliver to one recipient and that's
it! This is when there are multiple recipients in the To: header. Of
course postfix delivers to each recipient seperately, so this shouldn't
make a difference to maildrop. The message is delivered to the first
recip, but no others. The postfix logs show that the connections were
made via a pipe, and shows that status=sent for all recipients. No
errors from maildrop, but no delivery. The individual recipient maildrop
log files show no signs of delivery. The mysql log shows that maildrop
is only making *one* connection, and selecting only the row for the
Correct. maildrop delivers mail to one recipient only.
So where are the rest of these messages going? What's going on here? Is
this a bug, or am I missing something realy obvious.
You misconfigured your mail server to indicate that the local mail delivery
agent can deliver to multiple recipients. maildrop does not deliver to
multiple recipient. Your mail server must run maildrop for each recipient
individually.