SES Custom MAIL FROM config

0

We have configured SES for a domain, and wish to use the custom mail from feature. The DNS records have been added correctly as provided by AWS, however the "pending verification" remains for many days, and then fails. This has been peer checked by a few of us!

Sorry, I cannot post the actual domain names here (as one is a customer and I'd need to seek permission which would be sticky), however are there any logs that I can check to see why it has failed verification for the MAIL FROM checking? Or additionally what are the reasons that it would fail?

Is it as simple as the MX record for bounce.domain.com and associated TXT record for bounce.domain.com?

I have just now deleted the config in SES, and re-entered it (within classic portal) - just as a troubleshooting step. Are there any other troubleshooting tips that can be provided for ensuring successful verification?

Thanks in Advance,

Tomy

3回答
0
承認された回答

Resolved. There was a space at the end of the MX Record value. All the various DNS checking sites didnt spot it. However - https://mxtoolbox.com did not notice the space and it looked OK. https://dnschecker.org/ did not find the MX record https://toolbox.googleapps.com/apps/checkmx/ was the most useful, and outlined "\032" at the end of the value, which is the ASCII value for a space.

To double check, i used Powershell which clearly showed a space within the square brackets:

$answer = (resolve-dnsname -Name amazon.com -type mx).NameExchange
Write-output "MX Record value is [$answer]"
MX Record value is [amazon-smtp.amazon.com]
invtomy
回答済み 2年前
0

Usually custom MAIL FROM domain is set to a subdomain so just want to confirm you are using a subdomain. Because you will have 2 set following 2 records:

DomainRecord TypeRecord Value
subdomain.domain.comMX10 feedback-smtp.region.amazonses.com
subdomain.domain.comTXT"v=spf1 include:amazonses.com ~all"

Can you please confirm if you have set these 2 records as well for the custom mail from domain that you are setting?

回答済み 2年前
0

Hi, thanks for quick reply. Yes, I can confirm that those records 100% exist in the DNS for the domain.

invtomy
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ