Hello!
Created a DKIM for the carbonio server. I used the instructions https://community.zextras.com/everything-you-need-to-know-about-dkim-for-your-carbonio-community-edition-servers/
Added an entry to the DNS. More than a day has passed since the addition.
Online tools for checking DKIM records find a record, everything is fine with that.
However, when I send emails, they reach the recipient without a DKIM snapshot
Online DKIM Test writes:
Test result: failure
Recommendation: Check whether DKIM signing is enabled in your MTA. Check the Received headers whether your email went through a relaying MTA, which may have removed the DKIM-Signature.
- Message has no DKIM-Signature.
The message does not have a DKIM snapshot either when sent from the web interface or through mail clients.
Could you help me with this?
Try this:
Check if DKIM is enabled for domain:
/opt/zextras/libexec/zmdkimkeyutil -d mydomain.com -q
Enable service:
zmprov ms `zmhostname` +zimbraServiceEnabled opendkim
Hi,
Same problem here with a singleserver mode and carbonio 24.9.5 version.
Online tests work, nslookup command works (it works when we only request the DNS but when the email is sent it does not contain any DKIM sig information)
It works nice with a previous version (24.7.0)