← Back to the security guide
Email Spoofing ProtectionHigh risk
DMARC record is missing
What does this mean?
DMARC tells receiving mail servers what to do with email that fails your SPF/DKIM checks, and gives you visibility into who's sending mail using your domain — including spoofers. Without it, even a correctly configured SPF/DKIM setup has no enforcement behind it.
What are the potential impacts?
- Even with SPF and DKIM in place, without DMARC there's no policy telling receiving mail servers what to do when a message fails those checks, so spoofed mail is delivered anyway.
- You get zero visibility into who is sending email using your domain, meaning an active phishing campaign impersonating your company could run for months without you knowing.
- This is frequently the deciding factor in business email compromise (BEC) scams, where a spoofed "CEO" or "vendor" email requests an urgent wire transfer.
How to fix it
Add a TXT record at _dmarc.yourdomain.com. Start conservatively with v=DMARC1; p=none; rua=mailto:you@yourdomain.com to monitor activity without blocking anything, then tighten the policy to p=quarantine or p=reject once you've confirmed your real email sources are covered.
Want to see whether this actually affects your site? Run a free scan — no signup required.
Run a free scan