maildrop silently discards email - how to troubleshoot?
2013-05-16 12:29:55 GMT
Hi all, I am currently seeing a bizarre problem with email delivery, where email sent to a mailman mailing list gets sent back to the poster, gets as far as maildrop, which then causes the mail to silently disappear without a trace. Focusing on maildroprc, I have the config specified below. The second last step is to log the line "Delivered normally to [path]", and the last step is the "to" command to perform the delivery. Despite logging the second last line correctly, and despite returning an apparent "successful" response back to postfix, the message vanishes completely and no delivery takes place: Delivered normally to [path] Date: Thu May 16 07:25:31 2013 From: "Facebook" <[snip] <at> facebookmail.com> Subj: [snip] File: [path] (11286) This problem seems limited only to email sent back to the poster from mailman, it does not affect other mail, which has been working fine on this server for many years. Normally I would set a verbose debugging mechanism up to get a sense of what maildrop is doing, but verbose logging has no effect when in delivery mode, and I am stuck. First off, does anyone know why the "to" command would return success without having delivered any email to that directory, and second, does anyone know how to turn on some kind of verbose logging when in delivery mode? # default logfile logfile "/var/log/maildrop" VERBOSE="5" # Create mailboxes if necessary `[ -d $HOME/ ]`(Continue reading)
RSS Feed