BRev Free Tools
At BRev Digital, essentials should be a right — free, forever.
Open in workspacekeep several tools open at once
All tools
Email DNS toolbox

MX, SPF, DKIM & DMARC checker — free

A free MX, SPF, DKIM and DMARC checker — one scan grades any domain A–F, with MTA-STS, TLS-RPT and BIMI, straight from your browser.

Where your query goesYour browser → Cloudflare (1.1.1.1), directEncrypted DNS-over-HTTPSBRev has no server in this flow — never sees the domain you checkThe resolver you pick does see it, like any DNS lookupA DNS check is a network request by definition — not “nothing leaves your device”
Email health scorecard
Enter a domain above and run the scan — MX, SPF (with the full include-tree and lookup count), DKIM, DMARC, MTA-STS, TLS-RPT and BIMI, all at once.
How SPF, DKIM and DMARC actually interlockRead

SPF answers “is this server allowed to send for the bounce address?” — a TXT record listing permitted senders. DKIM answers “was this exact message cryptographically signed by the domain?” — a signature in the header, verified against a public key in DNS. Each alone has a hole: SPF breaks on forwarding, DKIM says nothing about the visible From: line. DMARC closes the loop: it requires that at least one of them passes and aligns with the From: domain the human actually sees, and — crucially — tells receivers what to do when neither does (p=none / quarantine / reject) and where to send reports (rua=).

The 10-lookup rule

Evaluating SPF may cost at most 10 DNS queries (RFC 7208 §4.6.4): every include:, redirect=, a, mx, exists: and ptr counts, and includes count recursively. Cross the limit and receivers return PERMERROR — your SPF silently stops working everywhere, usually after someone adds “just one more” marketing tool. The SPF tab walks the whole tree and shows the exact count; ip4:/ip6: terms are free, which is why flattening heavy includes into IP ranges is the standard fix.

Why p=none is only a start

p=none enforces nothing — spoofed mail is still delivered; you just get reports about it. It exists so you can discover every legitimate sender (the payroll tool, the CRM, that one newsletter service) before turning enforcement on. Sitting at p=none forever is the most common DMARC failure mode: you have the camera footage but the door is still unlocked. Ratchet: none → fix what the reports surface → quarantine (optionally with pct=) → reject.

And the rest

MTA-STS + TLS-RPT protect mail to you: they let senders refuse to deliver over an unencrypted connection and report when TLS fails. BIMI is the reward at the end: once DMARC is at quarantine/reject, your logo can appear beside messages in Gmail, Yahoo and Apple Mail (with a Verified Mark Certificate). Null MX (0 .) is the correct way to say a domain never receives mail — and parked domains should also publish v=spf1 -all plus p=reject so nobody can send as them.

Free MX lookup, SPF checker with include-tree and lookup counter, DKIM selector probe, DMARC checker and generator, MTA-STS, TLS-RPT and BIMI validation — running as DNS-over-HTTPS from your own browser.

Related tools