Vladimir V Kutyavin:
> On 14.05.2012 21:02, /dev/rob0 wrote:
> > On Mon, May 14, 2012 at 09:32:19AM +0400, Vladimir V Kutyavin wrote:
> >
> > What you will want is something like this in master.cf:
> >
> > 127.0.0.1:10027 inet n - n - 10 smtpd
> > -o content_filter=
> > -o smtpd_sender_restrictions=
> > -o cleanup_service_name=altbcc
> > -o syslog_name=postfix/altbcc
> > altbcc unix n - n - 0 cleanup
> > -o recipient_bcc_maps=$hash:$config_directory/alt_rcpt_bcc
> >
> > $config_directory/alt_rcpt_bcc contains your BCC mappings, and a
> > transport(5) mapping directs the appropriate mail to this special
> > smtpd.
>
> Big thanks! I would use -o cleanup_service_name=altbcc and would be happy.
>
> I would never have guessed, because the smtpd(8) has not any reference
> to cleanup_service_name option.
Looks like service-name parameters were not added to the manpages
of individual programs, when those parameters were introduced in
Postfix 2.0.
Wietse