2026-04-11·5 min read
DMARC in one sentence
DMARC tells email servers what to do when someone pretends to send email from your domain.
Without it, anyone can send emails that look like they come from you, to your customers, employees, or partners.
mail flow . with and without DMARC
Why your business needs DMARC
How it works
DMARC builds on SPF (who can send) and DKIM (cryptographic signatures). It adds a policy: 'none' (monitor), 'quarantine' (spam folder), or 'reject' (block).
_dmarc.yourdomain.com . TXT
p=noneMonitor onlySpoofed mail still lands.p=quarantineSend to spamFailing mail is held back.p=rejectBlock entirelySpoofing is refused.Climb one rung at a time once your reports are clean.
Setting up DMARC
Common mistakes
The difference between a record that only watches and one that actually enforces:
_dmarc.yourdomain.comDMARCno protection
v=DMARC1; p=none_dmarc.yourdomain.comDMARCprotected
v=DMARC1; p=reject; rua=mailto:dmarc@yourdomain.com; adkim=s; aspf=sReady to check your domain?
A graded scan across six surfaces in about 2 minutes. Free, no signup required.
Check your DMARC →