| |||||||||||||||||||||||||||||||
|
> Hello, > > I use an external scanner ( content_filter = scanner:[localhost]:10025 > ) and I am having a problem with duplicate messages triggered via > sender_bcc_maps. The fine manual explains why the double-expansion is > occurring, and that I need to set > receive_override_options=no_address_mappings before I send mail to the > content filter. What I am confused about is how exactly should I do > this. Do I: > > A: simply set receive_override_options=no_address_mappings in > main.cf, so all smtpd/pickup daemons will inherit it automatically, > and only my scanner back-feed smtpd will perform the mapping as it > already has -o > receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_mi lters > that's ok, but you'll need to keep that in mind if you ever add an smtpd listener for a special purpose. > > or > > B: I walk through master.cf and stick -o > receive_override_options=no_address_mappings on every smtpd/pickup > service That's less "error prone" (see above). if you have too many listeners and you feel "confident", consider using multiple instances instead.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com