Email Authentication Hub/DMARC

Control how receivers handle your domain's email

DMARC (Domain-based Message Authentication, Reporting and Conformance) is the policy layer that sits on top of SPF and DKIM. While SPF authorizes sending infrastructure and DKIM signs message content, DMARC tells receiving servers what to do when those checks fail or do not align with the visible sender.

For many organizations, DMARC starts as a monitoring tool. Publishing a record with p=none allows mailbox providers to send aggregate reports describing how email using your domain is authenticated across the internet. These reports reveal unknown senders, forwarding behavior, and configuration mistakes before you enforce stricter policies.

Run email authentication checkSPF, DKIM and DMARC analysis

Start here

Foundational DMARC pages

How DMARC evaluation actually works

When a message arrives claiming to be from your domain, the receiving server first checks SPF and DKIM authentication. DMARC then verifies whether either result aligns with the visible From: domain.

If at least one aligned authentication method passes, DMARC passes. If neither SPF nor DKIM aligns, the receiver consults your DMARC policy and decides whether to monitor, quarantine, or reject the message.

Because of this alignment requirement, DMARC often exposes problems that SPF or DKIM alone would not reveal — especially with forwarding systems, mailing lists, and multi-service email infrastructures.

DMARC troubleshooting playbook

Deep dives for specific DMARC errors

Why DMARC depends on SPF and DKIM

DMARC does not replace SPF or DKIM. Instead, it coordinates them. SPF validates the sending infrastructure. DKIM validates the message content. DMARC evaluates both and ensures that at least one authentication method aligns with the visible domain identity.

Without SPF and DKIM configured correctly, DMARC cannot enforce policy reliably. This is why DMARC deployments usually follow a three-step path: stabilize SPF, enable DKIM across all senders, then gradually enforce DMARC policies.

Related authentication hubs