Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Wietse Venema
Alexandre Ellert: > Right now, I added : > > main.cf > non_smtpd_milters = inet:localhost:8891 > > master.cf (avoid double skim signature after amavis check) > 127.0.0.1:10025 inet n - n - - smtpd > -o receive_override_options=no_milters > > I can confirm that auto-reply vacation and mail se

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Viktor Dukhovni
On Sun, Oct 20, 2013 at 09:25:55PM +0200, Alexandre Ellert wrote: > Wietse, you said that it's not safe to use "internal_mail_filter_classes > = bounce". > > What are your recommandation ? Why do you need to send outbound bounces on the border MTA itself? You should not accept inbound mail tha

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Alexandre Ellert
Right now, I added : main.cf non_smtpd_milters = inet:localhost:8891 master.cf (avoid double skim signature after amavis check) 127.0.0.1:10025 inet n - n - - smtpd -o receive_override_options=no_milters I can confirm that auto-reply vacation and mail sent by /usr/sbin/sendmail command li

Re: sign auto-reply vacation with OpenDKIM

2013-10-20 Thread Jose Borges Ferreira
On Sat, Oct 19, 2013 at 1:10 PM, Alexandre Ellert wrote: > ** > > My final goal is to have all kind of outbound mails signed by DKIM, > including bounce, auto-reply... And then announce a reject DMARC policy in > DNS > > I already have some kind of separation for inbound/outbound but it's > probab

Re: sign auto-reply vacation with OpenDKIM

2013-10-19 Thread Alexandre Ellert
My final goal is to have all kind of outbound mails signed by DKIM, including bounce, auto-reply... And then announce a reject DMARC policy in DNS I already have some kind of separation for inbound/outbound but it's probably not optimal... - A dedicated IP is used for SMTP inbound and an ano

Re: sign auto-reply vacation with OpenDKIM

2013-10-18 Thread Patrick Ben Koetter
* Viktor Dukhovni : > On Fri, Oct 18, 2013 at 10:49:33PM +0200, Alexandre Ellert wrote: > > > "Postfix currently does not apply content filters to mail that is > > forwarded or aliased internally, or to mail that is generated internally > > such as bounces or Postmaster notifications. This may be

Re: sign auto-reply vacation with OpenDKIM

2013-10-18 Thread Viktor Dukhovni
On Fri, Oct 18, 2013 at 10:49:33PM +0200, Alexandre Ellert wrote: > "Postfix currently does not apply content filters to mail that is > forwarded or aliased internally, or to mail that is generated internally > such as bounces or Postmaster notifications. This may be a problem when > you want to a

sign auto-reply vacation with OpenDKIM

2013-10-18 Thread Alexandre Ellert
Hi, in MILTER_README : "Postfix currently does not apply content filters to mail that is forwarded or aliased internally, or to mail that is generated internally such as bounces or Postmaster notifications. This may be a problem when you want to apply a signing Milter to such mail" So, can