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
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
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
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
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
* 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
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
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