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
gefragt vor 4 Monaten179 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 4 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