Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-14 Thread Wietse Venema
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

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-14 Thread 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=al

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-14 Thread /dev/rob0
On Mon, May 14, 2012 at 09:32:19AM +0400, Vladimir V Kutyavin wrote: > On 12.05.2012 17:53, /dev/rob0 wrote: > >Another possibility might be an alternate cleanup(8) service: > >http://www.postfix.org/postconf.5.html#cleanup_service_name Give > >that cleanup service the necessary -o options to do th

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-13 Thread Vladimir V Kutyavin
On 12.05.2012 17:53, /dev/rob0 wrote: Another possibility might be an alternate cleanup(8) service: http://www.postfix.org/postconf.5.html#cleanup_service_name Give that cleanup service the necessary -o options to do the BCC. But I can't find any way to define non-default cleanup service name

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Wietse Venema
Vladimir V Kutyavin: > On 12.05.2012 23:48, Wietse Venema wrote: > > Override the option FOR THE COMMAND CONFIGURED IN THAT LINE. Wietse > > Now I understand it, but it was not clear from the manual. Inaccurate > documentation. If you are so smart, then you can post a diff. Wietse

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Vladimir V Kutyavin
On 12.05.2012 23:48, Wietse Venema wrote: Override the option FOR THE COMMAND CONFIGURED IN THAT LINE. Wietse Now I understand it, but it was not clear from the manual. Inaccurate documentation.

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Vladimir V Kutyavin
On 13.05.2012 00:51, Peter wrote: On 13/05/12 05:04, Владимир Кутявин wrote: Ok there. Any way to make postfix do bcc for themessages from specified sender to specified recipient? sender_bcc_maps Peter I want to copy (all messages from a...@domain.org to a2.anotherdomain.org) to a...@domain.

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Peter
On 13/05/12 05:04, Владимир Кутявин wrote: > Ok there. Any way to make postfix do bcc for themessages from specified > sender to specified recipient? sender_bcc_maps Peter

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Владимир Кутявин
On 12.05.2012 17:07, Wietse Venema wrote: As documented in the smtpd(8) manpage, always_bcc is not an smtpd(8) feature. I put a great deal of effort to provide accurate documentation. I would appreciate it if you would take the effort to read it. Wietse As documented in the master(5) -o nam

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread /dev/rob0
On Sat, May 12, 2012 at 03:28:08PM +0400, Vladimir V Kutyavin wrote: > I have set this trigger for the specification of non-default options > with key -o, I need to override always_bcc option: > > 127.0.0.1:10027 inet n - n - 10 smtpd > -o content_filter= > -o smtpd_sender_restrictions= >

Re: Postfix ignores -o always_bcc and -o recipient_bcc_maps

2012-05-12 Thread Wietse Venema
> with key -o, I need to override always_bcc option: > > 127.0.0.1:10027 inet n - n - 10 smtpd > -o content_filter= > -o smtpd_sender_restrictions= > -o always_bcc=c...@aaa.org As documented in the smtpd(8) manpage, always_bcc is not an smtpd(8) feature. I put a great deal of