* Wietse Venema wrote : > Troy Piggins: > > I'm using sender_bcc maps to archive/backup sent mail. Config > > extracts below. It does work, but is creating duplicates when mail > > is sent from clients other than localhost. IE if I send mail using > > See http://www.postfix.org/FILTER_README.html, and look for the > examples with receive_override_options. This workaround is needed > before or after the filter.
Thankyou! Had used this tutorial https://help.ubuntu.com/community/PostfixAmavisNew although most of the receive_override_options listed in that tutorial were already in the default Ubuntu package /etc/postfix/master.cf. However after reading the link you pointed me to, I added receive_override_options = no_address_mappings just after the content_filter line in /etc/postfix/main.cf, reloaded postfix, and it seems to be working correctly without the duplicates now! So, once again, thankyou Wietse! :) -- Troy Piggins