Publishing DMARC sounds risky — you are, after all, telling the world’s mail servers how to treat your email. It isn’t, as long as you start in monitoring mode. This guide gets you collecting data today without affecting delivery.

If you send more than 5,000 messages a day to Gmail accounts, a DMARC record is not optional any more — Gmail and Yahoo have required one since February 2024, and a monitoring record satisfies it. What the bulk-sender rules ask for is the short version.

Step 1 — Make sure SPF and DKIM exist first

DMARC is built on SPF and DKIM. Before publishing DMARC, confirm both are set up for your sending sources (your email provider, marketing platform, ticketing system, and so on). DMARC with neither in place will simply report failures for everything.

Step 2 — Choose a mailbox for reports

Aggregate reports arrive as email attachments. Pick or create a mailbox to receive them, e.g. dmarc@yourdomain.com. High-volume domains generate a lot of these, so a dedicated mailbox — pointed at an analyzer like DMARC Analyzer — is worth it.

Step 3 — Publish the record

Add a TXT record at _dmarc.yourdomain.com:

v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com

That is the whole thing. p=none is the policy that means “monitor only” — no message is quarantined or rejected. rua= is where reports are sent.

Need something other than the default record — a subdomain policy, strict alignment, a staged rollout? The record generator builds it and tells you what each choice will do to your mail, and the tag reference covers what every tag defaults to if you leave it out. For a staged rollout, note that the tag people reach for first, pct=, has been removed from the current specification in favour of t= — receivers still honour it, but it is not a setting to leave in place.

Step 4 — Wait for reports

Reports start arriving within about 24 hours, one per provider per day. Each one lists every source sending as your domain and whether it aligned. Resist the urge to tighten the policy yet.

What next

Give it a couple of weeks, then learn to read the reports and plan your path to enforcement.