Glossary · Content & Email

DMARC

pronounced as a word: DEE-marknoun

DMARC is an email authentication policy that tells receivers how to handle messages that fail SPF or DKIM checks.

Part of speech
noun
Pronunciation
pronounced as a word: DEE-mark
Origin
Acronym for 'Domain-based Message Authentication, Reporting and Conformance,' a standard published in 2012 that builds on SPF and DKIM.

What is DMARC?

DMARC, short for Domain-based Message Authentication, Reporting and Conformance, is an email authentication policy that tells receiving mail servers what to do with messages that fail the underlying identity checks, and it provides the domain owner with reports on how their mail is being handled. Where the two standards beneath it verify a sender's identity, DMARC adds the decision layer and the feedback loop. It answers the question those other standards leave open: when a message claiming to be from your domain cannot be verified, should it be delivered anyway, quarantined, or rejected outright?

The mechanics build directly on SPF and DKIM. A domain owner publishes a DMARC record in DNS that states a policy and, crucially, requires alignment. Alignment means the domain shown in the visible from address must match the domain validated by SPF or DKIM, which is what actually stops spoofing of the address a recipient sees. When a message arrives, the receiver checks whether it passes at least one of the underlying standards in an aligned way. If it does, the mail is trusted. If it does not, the receiver applies the published policy, which can be set to take no action while monitoring, to send failing mail to the spam folder, or to reject it before delivery. DMARC also asks receivers to send aggregate and forensic reports back to the domain owner, revealing who is sending mail using the domain and how much of it is passing or failing.

The standard was published in 2012 by a coalition of major email providers and senders who wanted a coordinated way to fight domain spoofing at scale. Its name spells out its three functions: it is domain-based, it governs message authentication, and it adds reporting and conformance, meaning it makes senders and receivers conform to a shared policy. It filled the gap left by the earlier standards, which could verify mail but could not, on their own, instruct receivers how to respond to failures or show owners what was happening in their name.

For a business, DMARC matters because it is the piece that actually shuts the door on domain impersonation. With SPF and DKIM in place but no DMARC policy, criminals can still forge convincing email from a company's domain, because nothing tells receivers to reject unverified mail. A strong DMARC policy protects customers from phishing, defends the brand from having its identity abused, and improves deliverability, since a well-authenticated domain earns more trust from mailbox providers. The reporting alone is valuable, because it surfaces unauthorized senders and misconfigured services a company did not know were mailing on its behalf.

The most common mistake is jumping straight to a strict reject policy before confirming that all legitimate mail streams pass authentication in an aligned way, which can cause real, wanted mail to be blocked. The safer path is to start in monitoring mode, read the reports, fix each sending source, and only then tighten the policy in stages. Another nuance is that DMARC does nothing without correctly configured SPF and DKIM beneath it, since it depends entirely on their results. Handled patiently, DMARC turns a pair of verification tools into an enforceable, observable defense for a domain's email identity.

Why it matters

DMARC gives you control over how forged email using your domain is handled, protecting your brand and boosting deliverability with major providers.