AWS SES Custom MAIL FROM domain verification got stuck in Pending for more than 72 hours

0

Hi,

I wanted to set custom MAIL FROM subdomain for my identity which has a verified DKIM configuration now. I followed all the steps and even tried some variations and waited 3 days for it to give me either failure or success result but it got stuck in pending status. I want to use mail as MAIL FROM subdomain.

I have only one MX record in my domain settings which has

  • name mail.mydomain.com
  • value feedback-smtp.eu-north-1.amazonses.com and priority 10

I have TXT field for this

  • name mail.mydomain.com
  • value "v=spf1 include:amazonses.com ~all"

I tried SPF setting without quotation marks, I tried to use www as subdomain as it was suggested as a solution in one post here

Since this got stuck in pending, I don't even know if am I doing something wrong? How can I manually verify this?

Edit: I am checking the MX and TXT config for mail.mydomain.com and it's failing only in Quebec Canada, I do not know if that is the reason?

www.whatsmydns.net

profile picture
Sercan
gefragt vor 7 Monaten219 Aufrufe
2 Antworten
0
Akzeptierte Antwort

I am using Vercel and it seems when the MX value is pasted, it was cutting the last char m from the value I realized this when I run (resolve-dnsname -Name mail.mydomain.com -type mx).NameExchange in powershell. The result was feedback-smtp.eu-north-1.amazonses.co

profile picture
Sercan
beantwortet vor 7 Monaten
profile pictureAWS
EXPERTE
überprüft vor 7 Monaten
0

Once you have the TXT and MX records set in DNS correctly, you can trigger the verification by running the following command

aws ses set-identity-mail-from-domain --identity mydomain.com --mail-from-domain mail.mydomain.com

AWS
Jesse_T
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen