腾讯云 DNSPod DKIM Setup

DomainKeys Identified Mail - Step-by-step configuration guide

Prerequisites

  • 已获取 DKIM 配置信息

Configuration Steps

1

获取 DKIM

腾讯企业邮箱用户:企业邮箱管理后台 → 域名管理 → 查看 DKIM 配置

2

进入 DNS 解析

腾讯云控制台 → DNS 解析 DNSPod → 选择域名

3

添加记录

添加记录 → 主机记录: selector._domainkey → 记录类型: TXT → 记录值: 公钥

4

保存验证

保存后回到邮件服务商后台点击验证

Example Configuration

Example DKIM Value

v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3...

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

Verify Your Configuration

Terminal Command
$ dig TXT selector._domainkey.yourdomain.com

Replace "yourdomain.com" with your actual domain name

Common Mistakes to Avoid

  • 线路类型未选择"默认"

Verify Your DKIM Configuration

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

Check Your Domain Now