Tools
  • / DMARC record checker

DMARC record checker

Look up and validate DMARC records for any domain. View parsed tags, policy enforcement status, alignment settings, and reporting configuration to verify your email authentication setup.

What is DMARC?

DMARC (Domain-based Message Authentication, Reporting, and Conformance) tells receiving mail servers what to do when emails fail SPF or DKIM checks. It acts as a policy declaration that ties together your existing authentication mechanisms and provides reporting on authentication failures.

DMARC records are published as TXT records at _dmarc.yourdomain.com. The record specifies a policy (none, quarantine, or reject) and optionally reporting addresses for aggregate and forensic reports.

DMARC tag reference

TagDescription
vVersion (must be "DMARC1")
pPolicy: none, quarantine, or reject
spSubdomain policy (inherits from p)
ruaAggregate report URI (mailto: address)
rufForensic report URI
pctPercentage of messages to apply policy (1–100)
adkimDKIM alignment (r = relaxed, s = strict)
aspfSPF alignment (r = relaxed, s = strict)

How to use this tool

  1. Enter a domain name (e.g., "example.com").
  2. Click "Check" to look up the DMARC record.
  3. Review the parsed tags, validation tests, and raw TXT record.
DMARC record
DMARC record found

_dmarc.example.com

Raw record
v=DMARC1; p=quarantine; rua=mailto:[email protected]
Record tags
TagValueNameDescription
vDMARC1VersionIdentifies the record as DMARC. Must be the first tag.
pquarantinePolicyPolicy to apply to failing email. Valid values: "none", "quarantine", or "reject".
adkimrDKIM alignmentDKIM alignment mode. "r" = relaxed, "s" = strict.
aspfrSPF alignmentSPF alignment mode. "r" = relaxed, "s" = strict.
Reporting
Aggregate reportsrua

Address(es) to receive aggregate DMARC reports.

Validation tests
TestResult
DMARC policy enabledPolicy set to "quarantine"
DMARC record publishedDMARC record found
DMARC syntax checkThe record is valid
DMARC multiple recordsSingle DMARC record found
Aggregate reportingAggregate reports sent to mailto:[email protected]