AWS Route 53 DKIM Setup
DomainKeys Identified Mail - Step-by-step configuration guide
Prerequisites
- • 已从 SES 或其他邮件服务获取 DKIM 配置
Configuration Steps
1
获取 DKIM(SES 用户)
AWS SES → Verified identities → 选择域名 → Authentication → DKIM → 查看 CNAME 记录
SES 提供的是 CNAME 记录而不是 TXT
2
进入 Route 53
Route 53 → Hosted zones → 选择域名
3
创建记录
Create record → Record type: CNAME → Record name: 填写 SES 提供的名称 → Value: 填写 SES 提供的值
4
创建并验证
创建记录后,回到 SES 等待验证通过(可能需要 72 小时)
Example Configuration
Example DKIM Value
xxxxxxxx.dkim.amazonses.com⚠️ This is an example value. Modify it according to your email service provider's requirements.
Verify Your Configuration
Terminal Command
$ dig CNAME xxxxxx._domainkey.yourdomain.comReplace "yourdomain.com" with your actual domain name
Common Mistakes to Avoid
- ✗SES 的 DKIM 是 CNAME 不是 TXT
- ✗没有创建全部 3 条 CNAME 记录
Other AWS Route 53 Guides
DKIM Guides for Other Providers
Verify Your DKIM Configuration
After setting up your DKIM record, use our free checker to verify it's correctly configured.
Check Your Domain Now