生成您域名的 DKIM 记录

为您的域名创建有效的 DKIM TXT 记录。选择 RSA 或 Ed25519,在几秒内创建 DNS 就绪的 DKIM 条目。

🚀 第一步:域名、选择器和选项

高级选项 ▼

✅ 第二步:生成 DKIM TXT 记录

MailTested combines your selector, algorithm, and key to create a ready-to-publish DNS record for your domain.

Powered by iServerSupport • MailTested DKIM Generator

MailTested helps you create and validate SPF, DKIM & DMARC records for maximum deliverability.

📘 DKIM Generator — Frequently Asked Questions

A DKIM record is a DNS TXT entry containing your domain’s public key. It allows mail servers to verify that emails are not altered and originate from an authorized sender.
It constructs an RFC 6376–compliant DKIM record based on your chosen algorithm, selector, and key size. You can also enable flags for testing and service types.
RSA 2048-bit is widely compatible and secure. Ed25519 produces shorter keys and faster verification, suitable for advanced setups.
Publish it in your DNS under selector._domainkey.example.com. Then verify it using the DKIM Checker.
The t=s flag marks a DKIM record for testing. The s= flag specifies which message types it applies to (e.g., email or all).

📨 Publish Your DKIM Record the Right Way

After generating your DKIM record, add it as a TXT entry under your selector host. Only one DKIM record per selector should exist to prevent validation conflicts.

Use the DKIM Checker to confirm that your DNS is resolving the public key correctly, and combine it with SPF and DMARC for full authentication alignment.

🧩 Why Use MailTested’s DKIM Generator

MailTested provides key validation, syntax checks, and immediate DNS-ready output. It supports RSA and Ed25519 algorithms, optional testing flags, and ensures your TXT record passes every major provider’s DKIM verification test.

📄 Common DKIM Record Examples

RSA 2048-bit: v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQ...

Ed25519 Example: v=DKIM1; k=ed25519; p=MCowBQYDK2VwAyEAyVb9Lz...

Testing Mode (t=s): v=DKIM1; k=rsa; t=s; p=MIGfMA0GCSqG...