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
recipient_bcc_maps on an alternate port, one also must define a
separate cleanup service.


quick & dirty example for the OP:

# main.cf
...
someIP:port  inet n - n - - smtpd
  -o cleanup_service_name=cleanup_bcc
  -o receive_override_options=

cleanup_bcc unix n - n - 0 cleanup
  -o recipient_bcc_maps=hash:/path/to/recipient_bcc



further examples on the main.cf man page.




  -- Noel Jones

Reply via email to