-
|
Greetings ya'll! I've been running DMS for a few years now and have been very impressed with the project, both in terms of reliability, reactivity from the maintainers and quality of documentation. Thank you for all the hard work! Now I'm facing an issue which I am unable to resolve on my own. I just upgraded from v11.3.1 to v12.1.0. Since I was so frustrated with spamassassin, I decided to replace it with rspamd. The upgrade went smoothly (again: kudos) but I'm now facing an issue with DKIM: emails I send are no longer signed. The initial diagnosis was provided by https://www.mail-tester.com/ The only issue it reported was that my email was not signed with DKIM. I verified that by sending test emails to a Gmail address: the received email does not include any DKIM-related header. The DMS container has the following settings: (among others) Here's my 1024 bit keys were generated with: I updated the corresponding DNS records, and they seem to match, as shown by: Also, I verified the DKIM records with https://mxtoolbox.com and https://easydmarc.com/tools/dkim-lookup User Here are some of the recent logs from Nothing looks out of the ordinary there. When I modify So this seems to indicate that the configuration and DKIM private key files are properly loaded. I also added Here's the relevant section from I also read (and followed the advice) from the following conversations: Any other ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Found it!!! The authenticated username does not contain "mydomain1.com", because that domain was added as an alias. In such a case, the following needs to be added to I suggest to add this line to the default generated config file, or at least to add a note about it. |
Beta Was this translation helpful? Give feedback.
-
|
Not 100% related, but during my research I stumbled upon the following line in I'm wondering if the duplicated |
Beta Was this translation helpful? Give feedback.
Found it!!! The authenticated username does not contain "mydomain1.com", because that domain was added as an alias. In such a case, the following needs to be added to
dkim_signing.conf:I suggest to add this line to the default generated config file, or at least to add a note about it.