email content filter double mail send
piaoling 2018-02-27 16:59:39
add -o receive_override_options=no_address_mappingssmtp inet n - - - - smtpd -o content_filter=spamassassin -o receive_override_options=no_address_mappings
https://serverfault.com/questions/18707/postfix-send-double-mail-when-mail-is-forwarded
Most likely you have a content filter and the always_bcc is being called both before and after the content filter. Customise the smtpd either before or after the content filter to include -o receive_override_options=no_address_mappings (Note that options in master.cf can't contain spaces). |
||
|
|
For me 'enable_original_recipient = No' in main.cf did the trick.:-) |
发表评论(评论将通过邮件发给作者):