I'm trying to make AWS SES verify my domain. For this to happen, AWS asks me to register some DNS configuration (I'm using EasyDKIM option).
Let's say the configuration to register is the following:
- type: CNAME
- name:
xxxxxx._domainkey.mydomain
- value:
xxxxxx.dkim.amazonses
The issue is when registering it in Gandi, I only have to choices as record value:
- If I input
xxxxxx.dkim.amazonses
, Gandi is outputingxxxxxx.dkim.amazonses.mydomain
. This does not work because it has extramydomain
- If I want to get rid of the extra
mydomain
, I need to put an extra.
at the end of the record. So I'm recordingxxxxxx.dkim.amazonses.
. I seem it does not work either, probably because of the extra dot ?
How do I do to verify my domain for AWS SES ?
I'm trying to make AWS SES verify my domain. For this to happen, AWS asks me to register some DNS configuration (I'm using EasyDKIM option).
Let's say the configuration to register is the following:
- type: CNAME
- name:
xxxxxx._domainkey.mydomain
- value:
xxxxxx.dkim.amazonses
The issue is when registering it in Gandi, I only have to choices as record value:
- If I input
xxxxxx.dkim.amazonses
, Gandi is outputingxxxxxx.dkim.amazonses.mydomain
. This does not work because it has extramydomain
- If I want to get rid of the extra
mydomain
, I need to put an extra.
at the end of the record. So I'm recordingxxxxxx.dkim.amazonses.
. I seem it does not work either, probably because of the extra dot ?
How do I do to verify my domain for AWS SES ?
Share Improve this question edited Mar 17 at 12:35 Mark B 202k27 gold badges334 silver badges329 bronze badges Recognized by AWS Collective asked Mar 17 at 12:05 SimStuchSimStuch 611 silver badge9 bronze badges1 Answer
Reset to default 0Apparently it worked, even if the values were not exactly the same due to the extra trailing dot. I originally thought it didn't work because AWS SES verified 4 or 5 times without noticing the domain was verified, and even though the records were well published.
Whatever, it has worked !