SPF and DMARC checker
Check a pasted SPF, DMARC or DKIM DNS record and explain what each part means.
SPF and DMARC checker
Paste an SPF, DMARC or DKIM record — copied from a "dig TXT" result or your registrar's control panel — and this tool explains every mechanism or tag in plain English, then lists anything misconfigured. It is built for setting up outbound email, troubleshooting messages landing in spam, or reviewing a domain you have inherited.
Switch "Record type" between SPF, DMARC and DKIM to match what you pasted; the record's own version tag is checked against the selection, so picking the wrong one is caught rather than misread. For SPF, the tool counts every mechanism that costs a DNS lookup — include, a, mx, ptr, exists and the redirect modifier — and warns as you approach the ten-lookup ceiling RFC 7208 imposes, flags "+all" as an open relay and "~all" as softer than "-all". For DMARC, it checks the policy (none, quarantine or reject), the pct rollout percentage, whether aggregate (rua) and forensic (ruf) addresses are set, and whether adkim/aspf alignment is relaxed or strict. DKIM checking covers the key type, an empty p= as an intentionally revoked key, and the t=y testing flag.
Findings are ranked by severity: an error means the record will not work, a warning means it works but leaves a gap, and an info note explains a choice valid either way. Paste straight from a terminal — the tool strips a dig-style "name TTL IN TXT" prefix and rejoins quoted TXT strings, and treats Windows and Unix line endings the same way.
Everything runs in your browser. The record is never uploaded or logged, and nothing here performs an actual DNS lookup, so keep a copy of the text before pasting it in. Copy the report, download it as a .txt file, or send the output back into the input after fixing a value.