Dan Schaefer put forth on 11/4/2009 2:18 PM: > The OP was all I had in the log for that transaction.
If that's truly the case then your Postfix is horribly broken. Every inbound message must/will either be rejected by smtpd, or accepted and queued for delivery, or deferred by, qmgr. There should always be a log entry stating the disposition of each message. Any logging at all is useless without this. Either it's in there and you can't locate it, or you've totally hosed Postfix's logging somehow. Stop grepping for the message ID and cat the file, looking manually for all the entries around that transaction timestamp. -- Stan