Skip to main content
Mail Monitor

Published 2026-06-11 · 6 min read

What is DMARC?

DMARC explains what receivers should do when email fails authentication and gives domain owners reports about who is sending mail.

DMARC connects SPF, DKIM, and policy

DMARC stands for Domain-based Message Authentication, Reporting, and Conformance. It lets a domain owner publish a policy for mail that fails SPF or DKIM alignment.

Alignment is the key idea. A message can pass SPF or DKIM technically, but DMARC checks whether the authenticated domain aligns with the visible From domain that recipients see.

The three DMARC policies

A p=none policy collects reports without asking receivers to block mail. It is useful when you are discovering legitimate senders and fixing alignment.

A p=quarantine policy tells receivers to treat failing messages as suspicious, often by placing them in spam. A p=reject policy asks receivers to reject failing messages outright. Most domains should move gradually from none to quarantine to reject after reviewing reports.

Why DMARC reports matter

DMARC aggregate reports show which sources are sending on behalf of your domain and whether their mail passes SPF, DKIM, and alignment. Those reports are the evidence you need before enforcing a stricter policy.

The practical workflow is simple: publish DMARC, collect reports, identify legitimate sources, fix failures, then raise enforcement once normal mail is passing reliably.

Check your domain

Use the free Mail Monitor tool to validate the DNS and authentication signals covered in this guide.

Check your DMARC policy