>> I guess there is a missing feature to configure milter in test mode.
>
> You could temporarily add '-o soft_bounce=yes' in master.cf.
Good point. It has not the same behavior than warn_if_reject but it is also
useful. thanks
Worldline is a registered trade mark and trading name owned by Worl
MICHEL, SEBASTIEN:
> >> > It seems the tempfail is from the milter, not from Postfix. Postfix
> >> > is not in a position to know that the milter is not working as it
> >> > should, the milter is responding "normally".
> >>
> >> That's too bad. I'm surely oversimplifying things but I figured the m
>> > It seems the tempfail is from the milter, not from Postfix. Postfix
>> > is not in a position to know that the milter is not working as it
>> > should, the milter is responding "normally".
>>
>> That's too bad. I'm surely oversimplifying things but I figured the milter
>> would do something l
Hi,
In http://opendkim.org/opendkim.conf.5.html there are several error
conditions defined, with the default actions for them, for instance
"On-SignatureError", "On-KeyNotFound". Ar least some conditions default
to tempfail. Configure the milter correctly and you should be fine.
Kind regards
On Tue, Nov 19, 2019 at 11:39:03AM -0800, Jeremiah Rothschild wrote:
> > It seems the tempfail is from the milter, not from Postfix. Postfix
> > is not in a position to know that the milter is not working as it
> > should, the milter is responding "normally".
>
> That's too bad. I'm surely overs
On Tue, Nov 19, 2019 at 02:28:34PM -0500, Viktor Dukhovni wrote:
> On Tue, Nov 19, 2019 at 11:10:38AM -0800, Jeremiah Rothschild wrote:
>
> > Running postfix-2.10.1-7.0.1 on a fully updated CentOS 7.7 box. Postfix is
> > configured with an OpenDKIM milter like so, which works fine under normal
> >
On Tue, Nov 19, 2019 at 11:10:38AM -0800, Jeremiah Rothschild wrote:
> Running postfix-2.10.1-7.0.1 on a fully updated CentOS 7.7 box. Postfix is
> configured with an OpenDKIM milter like so, which works fine under normal
> circumstances:
>
> smtpd_milters = inet:127.0.0.1:8891
> non_smtpd_milter
Running postfix-2.10.1-7.0.1 on a fully updated CentOS 7.7 box. Postfix is
configured with an OpenDKIM milter like so, which works fine under normal
circumstances:
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = $smtpd_milters
milter_default_action = accept
However, when file permissions