Why Email Needs Authentication
SPF: Authorizing Sending Servers
DKIM: Signing Messages
DMARC: Policy and Reporting
Frequently Asked Questions
Do I need all three of SPF, DKIM and DMARC?
Yes, for the strongest protection. SPF authorizes sending servers, DKIM signs messages, and DMARC ties them together with alignment and tells receivers how to handle failures. Together they make spoofing far harder.
What is the safe order for a DMARC policy?
Start at p=none to monitor without blocking, move to p=quarantine once reports confirm legitimate mail passes, then finish at p=reject. Jumping straight to reject risks bouncing mail from forgotten senders.
Why does SPF break sometimes after forwarding?
Forwarding changes the connecting server, so it may no longer match the SPF list and the check fails. DKIM signatures travel with the message and often survive forwarding, which is why both standards matter.
Do these email lookup tools run in my browser?
No. The SPF, DKIM, and DMARC tools are server-assisted: a server queries and parses the DNS records on your behalf and returns the results. They do not perform the lookups inside your browser.