DNS host · DMARC

DMARC record for Cloudflare

How to add a DMARC record when DNS or mail is at Cloudflare. Real steps, then a live lookup.

If the domain is proxied (orange cloud), that does not affect TXT records. MX and TXT stay DNS-only.

  1. TXT name _dmarc, content v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com

Official docs: Cloudflare. Other records for this provider: SPF · DKIM · DMARC

Check it live

Check the DMARC record

Look up the live DNS after you save. This tool does not spend credits.

v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com

Publish as TXT at _dmarc.yourdomain.com. Start at p=none until SPF and DKIM pass on real mail.

Related