Noel Jones wrote:
Bernard Higonnet wrote:
Hello,
I have my own little family mail server running postfix under FreeBSD
7.1-RELEASE #0.

I keep a journal of all ingoing and outgoing mail using always_bcc
which I'm happy with.

I recently installed amavisd-new and ever since I get duplicate emails
in the journal, apparently because when the mail is re-injected by
amavisd-new it goes through always_bcc again. I have tried setting
always_bcc to "" in master.cf, but that didn't work.

Can someone tell me how to do this?

TIA
Bernard Higonnet
Disable recipient rewriting either before or after the content_filter with
http://www.postfix.org/postconf.5.html#receive_override_options

Typically, add to your master.cf :10026 ... smtpd entry: -receive_override_options=no_unknown_recipient_checks,no_address_mappings,no_header_body_checks
(note no spaces in the above)


  -- Noel Jones
Turns out this (absence of no_address_mappings) was the problem.

Many thanks!

My attention was distracted from this problem for a long time which is why 
these thanks are so late.

Bernard Higonnet

Reply via email to