This was posted on the Postfix mail list - it appears to be a maildrop
problem...how do I proceed ? Can someone aim me ?
Nov 23 15:22:47 xxxxx postfix/pipe[27802]: 3A8125A034A:
to=<good...@example.com>, relay=maildrop, delay=0, status=sent
(example.com)
The message is accepted by maildrop, and maildrop terminates
with exit status 0 to indicate success.
The maildrop line of master.cf:
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -w 90 -d
${recipient}
Either your mail software corrpted the above, or your maildrop
command is invoked without a recipient.
********* wrap problem, end of line reads...
argv=/usr/local/bin/maildrop -w 90 -d ${recipient}
But - there is no mail to be found on the system. If spam is sent
to the gooduser, it gets intercepted and dropped into
/var/spool/amavis/... (although not to gooduser's SPAM folder).
No, it is given to maildrop, see logging above.
Wietse
OK - accepting that maildrop "loses" the mail - I have the first 2
lines
of /etc/maildroprc
logfile "/var/log/maildrop.log"
VERBOSE="4"
and yet the only log entries are for the actual domain users - nothing
shows for virtual domain addresses. I keep staring at
MAILDROP_README.html Where else can I go looking ?