I have been given 3 sets of DKIM keys by AWS SES email services.
I have added them as CNAME records - this is what AWS SES requested - and they are CNAME records rather than the more traditional TXT DKIM records you also see.
All three records are in the format:
abc123._domainkey.mydomain.io abc123.dkim.amazonses.com
I have put these on with a TTL of 1800 and waited for many days and AWS is not validating them.
I have tried similar with SendGrid and had the same problem
I wondering if someone in Digital Ocean can help with this. It want to get things setup and I would appreciate it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
You can check this article and ensure the public DKIM DNS record is added properly:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy#add-the-public-key-to-the-domain-s-dns-records
Also keep in mind that DNS changes can sometime take up to 48 hours in order to update due to general DNS propagation time and DNS cache from all ISPs.
Regards