Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Jeff Abrahamson
Oh, that's awesome, thanks.  So for the first time I got a log message concerning the milter.  And so this is, indeed, an OpenDKIM issue. Many thanks, I'll go look over there for my problems. Jeff Abrahamson http://p27.eu/jeff/ http://transport-nantes.com/ On 14/10/2020 16:43, IL Ka wrote: >

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread IL Ka
Shutdown OpenDKIM, set "milter_default_action = tempfail", reload postfix and try to send something. If your mail is rejected, then Postfix configuration is ok, and you need to grep maillog (or other logs) for DKIM On Wed, Oct 14, 2020 at 5:28 PM Jeff Abrahamson wrote: > On 14/10/2020 16:02, IL

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Jeff Abrahamson
On 14/10/2020 16:02, IL Ka wrote: > > The config file is active, however.  > > You can check your milter config with > > $  postconf smtpd_milters non_smtpd_milters milter_default_action > > or even > > $ postconf  | grep milter > > You can probably post output it here. > Also, try to increase logg

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Jeff Abrahamson
On 14/10/2020 16:06, Wietse Venema wrote: > Jeff Abrahamson: >> I've set up OpenDKIM.? I've noted the config below, but the basic issue >> is that my mails aren't being DKIM signed and my logs, while showing no >> mail-related errors, also don't show any evidence of milters running or >> trying to

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Wietse Venema
Jeff Abrahamson: > I've set up OpenDKIM.? I've noted the config below, but the basic issue > is that my mails aren't being DKIM signed and my logs, while showing no > mail-related errors, also don't show any evidence of milters running or > trying to run.? So I'm suspecting postfix config error rat

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread IL Ka
> The config file is active, however. You can check your milter config with $ postconf smtpd_milters non_smtpd_milters milter_default_action or even $ postconf | grep milter You can probably post output it here. Also, try to increase logging: http://www.postfix.org/DEBUG_README.html

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Jeff Abrahamson
Thanks.  The suggestion to set milter_default_action to reject is good.  (I also tried unsetting milter_mail_macros.)  Strangely, it doesn't cause a rejection: Oct 14 15:42:53 nantes-1 postfix/smtps/smtpd[5954]: connect from w.z.y.x.rev.sfr.net[x.y.z.w] Oct 14 15:42:53 nantes-1 postfix

Re: OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread IL Ka
Set "milter_default_action" to "reject", reload postfix, and try to send mail. You should probably get some errors in maillog. Check your syslog config, to make sure opendkim logs are also written. Check your dkim is running (telnet 127.0.0.1 8891). Btw, I have not set "milter_mail_macros" explic

OpenDKIM but no log of postfix milter running or trying to run

2020-10-14 Thread Jeff Abrahamson
I've set up OpenDKIM.  I've noted the config below, but the basic issue is that my mails aren't being DKIM signed and my logs, while showing no mail-related errors, also don't show any evidence of milters running or trying to run.  So I'm suspecting postfix config error rather than opendkim.  So fa