Marvin Renich:
> * Wietse Venema <[email protected]> [140722 12:59]:
> > sender_bcc_maps is not implemented by smtpd(8) but by cleanup(8).
> > This is consistent with the information in the manpage.
>
> Okay, now I see it in cleanup(8); I was looking in postconf(5) under
> sender_bcc_maps.
>
> > You can work around this with:
> >
> > /etc/postfix/main.cf:
> > submission ...
> > -o cleanup_service=cleanup-outbound
> >
> > /etc/postfix/master.cf:
> > cleanup-outbound .. .. .. .. cleanup
> > -o sender_bcc_maps=$outgoing_bcc_maps
> >
> > So it is possible, but it is not obvious.
> >
> > Wietse
>
> Thanks! That is just what I wanted. I assume your /etc/postfix/main.cf
> above was a typo, and both snippets should be in master.cf? I'll let
> you know if it works.
Yes, all master.cf.
Wietse