Re: DKIM signature duplicated in headers

2022-04-14 Thread Jaroslaw Rafa
Dnia 14.04.2022 o godz. 23:21:18 DL Neil pisze: > Have a multi-domain Postfix+Dovecot+MySQL+SpamAssassin working nicely. > Added OpenDKIM and it works, passing some 'tests', but not others. I > notice that outgoing mail appears to be signed twice. Is this correct? How do you run SpamAssassin? As a

Re: DKIM signature duplicated in headers

2022-04-14 Thread Wietse Venema
Mail is signed twice because Postfix receives it twice. I suggest that you correlate the Received: headers with the DKIM signatures, and decide where to enable DKIM signing. It may be easier to configure this per-service in master.cf than globally in main.cf. Wietse