Network Diagnostic Tools

DMARC Check

Inspect and grade your DMARC policy

What is a DMARC record?

DMARC builds on SPF and DKIM to tell receivers what to do with mail that fails authentication, and where to send reports. A policy of 'p=none' only monitors; 'quarantine' and 'reject' actually protect your domain from spoofing. IPeek reads the record at _dmarc.your-domain, parses every tag and grades the policy strength.

How DMARC works with alignment

DMARC is a TXT record at _dmarc.your-domain starting with v=DMARC1. It passes when a message passes SPF or DKIM and that authenticated domain aligns with the visible From domain. Alignment is the key: spoofers can pass raw SPF or DKIM on their own domain, but they can't align it with yours. A record like v=DMARC1; p=reject; rua=mailto:reports@your-domain; adkim=s; aspf=s enforces rejection and demands strict alignment for both DKIM and SPF.

Reading p=none, quarantine, and reject

The p tag sets your policy. p=none monitors only — mail still flows, but you collect reports to see who sends as you. p=quarantine routes failing mail to spam, and p=reject blocks it outright, the strongest protection against spoofing. The pct tag can ramp enforcement gradually (for example pct=25), and sp sets a separate policy for subdomains. Start at none to gather data, then tighten to quarantine and reject once your legitimate senders pass. IPeek grades how strong your current policy is.

DMARC reports and the rua tag

DMARC's reporting is what makes it actionable. The rua tag names a mailbox that receives daily aggregate XML reports summarizing which sources sent mail as your domain and whether they passed SPF, DKIM, and alignment. Use these reports to find legitimate senders you forgot to authorize before tightening your policy. The optional ruf tag requests forensic (per-failure) reports, though most receivers no longer send them for privacy reasons. Without rua, you're enforcing policy blind.

Frequently asked questions

What does p=none mean in a DMARC record?

p=none is a monitor-only policy. It tells receivers to take no special action on mail that fails DMARC, so messages are delivered normally, but you still receive aggregate reports showing who is sending email as your domain. Use p=none to gather data and identify legitimate senders, then move to quarantine or reject for real spoofing protection.

What's the difference between quarantine and reject in DMARC?

Both enforce your policy, but differently. p=quarantine tells receivers to deliver failing mail to the spam or junk folder, while p=reject tells them to block it entirely so it never reaches the recipient. Reject is the strongest protection against spoofing. Quarantine is a common intermediate step before committing to full rejection.

What is DMARC alignment?

Alignment requires the domain authenticated by SPF or DKIM to match the domain in the visible From header. DMARC passes only when at least one of them aligns. Relaxed alignment (the default) allows subdomains to match the organizational domain; strict alignment (adkim=s, aspf=s) requires an exact match. Alignment is what stops attackers from passing authentication on their own domain.

Where is a DMARC record published?

A DMARC record is a TXT record published at the _dmarc subdomain of your domain — for example, _dmarc.example.com. It must begin with v=DMARC1 and is published once per organizational domain. Receivers query this exact location to find your policy. IPeek reads the record at _dmarc.your-domain automatically and parses every tag it contains.

Do I need both SPF and DKIM for DMARC to pass?

No. DMARC passes if either SPF or DKIM passes and aligns with your From domain, so you don't strictly need both. However, configuring both is strongly recommended: it adds redundancy, and DKIM survives email forwarding while SPF often breaks on it. Having both authentication methods aligned gives you the most reliable DMARC results.

Related tools

Deutsch | English | Español | Français | Italiano | Português | Русский | Українська | 日本語 | 简体中文 | 한국어