Greetings,
I am struggling a bit with one client that is marking my mails from mailcow. They use exchange servers.
the error says: smtp.mailfrom=my.domain.com; dkim=fail (no key for signature)
Here is my setup:
**MailServer mail.myserver.com **:
mail.myserver.com A xxx.xxx.220.168
TXT v=spf1 ip4:xxx.xxx.220.168 mx -all
TXT dkim._domainkey key2048
MX @ mail.mymailserver.com 10
Sender Domain mydomain.net:
mydomain.net A xxx.xxx.123.213
TXT v=spf1 ip4:xxx.xxx.220.168 mx -all
TXT dkim.domainkey key2048 (of mail server)
TXT dkim2.domainkey key2048 (of my domain)
MX @ mail.mymailserver.com 10
When I send emails to dkimvalidator, it passes. However my client’s server gives a warning. no key for signature. It does find dkim2 however. DKIMS are also good according to mxtoolbox.
Should I use the same DKIM selector for both keys in mydomain.net?
Do I need to add the Server DKIM to the DNS of all domains served by mailcow?
Do I need the DKIM of all domains hosted by mailcow to the SERVER DNS ?
Any suggestions ?
Thanks in advance.
Alex