how to configure to use postmaster to monitor emails sent thru ses?

0

I'm trying to use google postmaster to monitor my e-mail reputation; I've configured my original domain and verified it but it does not display any information even after waiting more than a week. I've looked at their help, and they inform I must input DKIM or SPF domains, but these are hosted at Amazon, so I don't know how I can configure, since it requires to input a TXT record in the domain for verification?

Cassio
已提問 4 個月前檢視次數 178 次
1 個回答
0

Firstly, configuring SPF involves updating your domain's DNS records. SPF helps in validating that the emails sent from your domain are coming from authorized servers, like Amazon SES. If you're starting without an SPF record, you'll need to create one with the entry v=spf1 include:amazonses.com -all. For domains with an existing SPF record, simply add include:amazonses.com to it. This modification ensures that emails sent via Amazon SES are recognized as legitimate by the recipient's email servers

https://dmarcly.com/blog/how-to-set-up-spf-and-dkim-for-amazon-ses

In parallel, setting up DKIM for Amazon SES involves adding specific CNAME records to your domain's DNS settings. These records are provided by Amazon SES and are unique to your domain. They function by adding a digital signature to your emails, which email providers use to verify that the emails are indeed sent from your domain and haven't been tampered with. Post this setup, you should see “Enabled” & “Verified” statuses in your Amazon SES console, indicating a successful configuration​

https://easydmarc.com/blog/amazonses-spf-and-dkim-setup-step-by-step/

profile picture
專家
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南