- Newest
- Most votes
- Most comments
Looks like you have some extra quotation marks (") and maybe some whitespace characters in your DKIM value.
I removed the extra quotations marks and whitespace characters from your record and it works for me in Route 53.
You can see my results on MXToolbox DKIM checker using your record.
Copy and paste the following value into your DKIM record and it should work.
"v=DKIM1;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiRBF00NjISgrr2k7690lJi8NEnThhkO+UoFjF6u0HJXqk2pZj3ziCJTxu4lF69bXQvXIw+7EvGUE+nOWcXaHrMUSePDEQ6lzwWXhtEh1DYKA5BhATa24bqp""QcPY7CV4IUsZT/IlPCop5r/FZhjTJ0mpdF1h9XkF05NfF6QfwHjG/FOLBwSPp1Z9qxEm+VPWImJb8Gbx4tQ5orgf/PH6uO6RSNWZ6OuYeVWAGQcRF35wb6z1MwMjqw+f2bp9tqLD2+m2mvG5Aa8i+IysLx20cJsmr3UV0n893zbuIzZD3b1OoQSrBAxpS9hLhT1WiOVCaYxrv2MRXJHFWQ7q/SxyzoQIDAQAB"
Note: There are quotations marks at the beginning, at the end, and in the middle. This is due to the 256 character limit in Amazon Route 53.
If you need to enter a value longer than 255 characters, break the value into strings of 255 characters or fewer, and enclose each string in double quotation marks (").
To solve the problem just add a pair of double quotes and a space between each string:
"v=DKIM1; k=rsa; p=" "MII...EndofKeyOne" "4tOt...EndofKeyTwo" "5tAi...EndofKeyThree"........
Relevant content
- asked 3 years ago
- asked 5 months ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 days ago
- AWS OFFICIALUpdated a year ago