On 11/17/2014 1:00 PM, Wietse Venema wrote: > Noel Jones: > [ Charset windows-1252 converted... ] >> On 11/17/2014 11:34 AM, Wietse Venema wrote: >>> Ralf Hauser: >>>> When I define a secondary smtpd in master.cf and give it the >>>> -o=recipient_bcc_maps >>>> >>>> this has no effect. >>> >>> Take a look at: >>> http://www.postfix.org/postconf.5.html#receive_override_options >>> >>> Wietse >>> >> >> >> But IIRC the BCC stuff is in cleanup, not smptd, so to add > > receive_override_options is in smtpd. It forwards the flags to the > cleanup daemon. This was done to avoid the need for different cleanup > servers before/after a content filter. > > Wietse >
I think we're in agreement what the options do, maybe I'm confused about what the OP is trying to accomplish. Maybe I misunderstood... I thought the OP was trying to add a recipient_bcc_maps on a specific smtpd listener, and it didn't work as he expected (due to recipient_bcc_maps implemented in cleanup). That's why my example showed setting receive_override_options empty in the custom smtpd, and an additional cleanup service to add a custom recipient_bcc_maps. Did I get it backwards? Was he trying to turn off an existing bcc map? -- Noel Jones