pappin:
> Hello,
>
> Could anyone please help with a Postfix/Spamassassin configuration problem.
>
> I have a small debian wheezy server running Fetchmail 6.3.21-4, Postfix
> 2.9.6-2 & Spamassassin 3.3.2-5.
>
> I have set the always_bcc in the main.cf as below and this works fine
> without spamassassin. With spamassassin set up as in master.cf below I am
> getting
>
> multiple entries in the sniffer inbox. I understand there is another way to
> configure postfix with spamassassin to avoid this duplication.
>
> I am not an expert and I have just followed basic howto's in setting up
> Postfix & Spamassassin.
>
> Could anyone give me an example of how to set this up to cure the always_bcc
> duplication problem ?
>
> Thanks very much
>
> pappin
>
> ===============
>
> main.cf
>
> always_bcc = [email protected]
>
> ===============
>
>
>
Try this in master.cf:
smtp inet n - - - - smtpd
-o content_filter=spamassassin
-o receive_override_options=no_address_mappings
You may also specify the receive_override_options on the smtpd
that follows the content filter.
http://www.postfix.org/postconf.5.html#receive_override_options
http://www.postfix.org/FILTER_README.html
Wietse