AWS Route 53 SPF Setup

Sender Policy Framework - Step-by-step configuration guide

Prerequisites

  • 已登录 AWS 控制台
  • 域名托管在 Route 53

Configuration Steps

1

进入 Route 53

登录 AWS 控制台 → 搜索 "Route 53" → 点击进入

2

选择托管区域

点击 "Hosted zones" → 选择你的域名

3

创建记录

点击 "Create record" → Record name 留空(根域名)→ Record type 选择 "TXT" → Value 填写 SPF 值(需要用双引号包裹)

Route 53 的 TXT 记录值必须用双引号包裹
4

创建

点击 "Create records" 创建记录

Example Configuration

Example SPF Value

"v=spf1 include:amazonses.com -all"

⚠️ This is an example value. Modify it according to your email service provider's requirements.

Verify Your Configuration

Terminal Command
$ dig TXT yourdomain.com @ns-xxx.awsdns-xx.com

Replace "yourdomain.com" with your actual domain name

Common Mistakes to Avoid

  • TXT 值没有用双引号包裹
  • Record name 填写了域名而不是留空

Verify Your SPF Configuration

After setting up your SPF record, use our free checker to verify it's correctly configured.

Check Your Domain Now