How to setup SPF, DKIM and DMARC in AWS

0

Hello,

We have domains and subdomains as part of gov.uk in our company and we use AWS Route 53 for DNS. How do I setup SPF, DKIM and DMARC for theses domains and how do I know whether a particular domain can send an email or not?

Many thanks in advance Del

Abdel
已提問 1 年前檢視次數 1344 次
1 個回答
1

Hi,

Yes, you can configure SPF, DKIM, and DMARC in Amazon Route 53.

  1. To configure SPF in Route 53, you need to create a TXT record that contains your SPF policy. This record needs to be added to your domain's DNS zone in Route 53. Your SPF policy specifies which servers are authorised to send email on behalf of your domain. Please refer here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#SPFFormat on how to configure an SPF record
  2. To set up Easy DKIM, you have to modify the DNS settings for your domain. If you use Route 53 as your DNS provider, Amazon SES can automatically create the appropriate records for you. To configure DKIM in Route 53, you need to create a TXT record that contains your DKIM key. This record needs to be added to your domain's DNS zone in Route 53. Please refer here: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html
  3. To configure DMARC in Route 53, you need to create a TXT record that contains your DMARC policy. This record needs to be added to your domain's DNS zone in Route 53. Pleaser refer here for more details: https://aws.amazon.com/blogs/messaging-and-targeting/what-is-dmarc-and-should-you-use-it/

Thanks Arun

AWS
Arun
已回答 1 年前
  • I see that for SPF we put this: "v=spf1 ip4:192.168.0.1/16 -all" the ip4 is that one in specific or how could I know which ip4 should I put to my domains

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

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

回答問題指南