DMARC record validator

Validate DMARC policy

Validate and analyze DMARC TXT records directly in your browser. Quickly check policy correctness, detect configuration issues, and understand each tag without digging through documentation.

How to use

  • Paste your DMARC TXT record into the input field
  • Click Validate record
  • Review validation status and detected issues
  • Check tag explanations and normalized output
  • Copy the corrected record if needed

FAQ

DMARC validation help

A DMARC record is a DNS TXT record that tells receiving mail servers how to handle messages that fail SPF or DKIM checks. It helps prevent spoofing and phishing by enforcing policies and enabling reporting.

Without DMARC, attackers can impersonate your domain more easily.

Practical example

Input:

v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com; pct=100;

What you’ll see:

  • Validation status (valid or warnings)
  • Parsed tags with explanations
  • Normalized DMARC record ready to copy

Useful links

Other tools