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