On 2/10/2010 11:56 AM, Milos Prudek wrote:
I have a correctly working postfix server that receives mail for a domain.
Sadly it delivers only "normal" mail, not mailing list mail.

Spamassassin is configured to process incoming mail.

Maildrop is configured to deliver mail to folders.

It all works for normal mail and fails for mailing lists.

All mailing list mail is immediately sent back to the mailing list instead of
being delivered. Summary of log messages:

- postfix/smtpd accepts email.
- postfix/qmgr line show the envelope sender is
[email protected]
- spamd processes the email and declares it clean
- postfix/pickup line shows from header [email protected]
- postfix/smtp line shows to header [email protected]

I guess that:
- envelope sender is [email protected] and envelope to: is my
address [email protected],
- while after spamcheck the mail header From is the real sender and mail
header to is [email protected]

Is that true? Any tips how to fix it?


Never use "sendmail -t" with a content filter. See the examples in http://www.postfix.org/FILTER_README.html

  -- Noel Jones

Reply via email to