Skip to content

Home Topics Email Security Management Phishing defense

Email Security Management · Phishing defense

Phishing protection not working? Troubleshooting guide

Short answer

When phishing protection fails, check in this order: the DNS or platform configuration is published and resolves; the sending system is actually using it; the domain in headers aligns with what you published; and the receiver's verdict in Authentication-Results or bounce messages.

Symptoms#

  • Messages landing in spam despite previously good placement
  • Bounces mentioning policy, authentication, or reputation
  • Provider dashboards showing a drop in reputation or authentication pass rate

Diagnosis steps#

  1. Confirm the configuration is live: query DNS from an external resolver and check the sending platform's settings page.
  2. Send to a seed mailbox and read the full headers, especially Authentication-Results.
  3. Compare the domains in From, Return-Path, and DKIM d= for alignment.
  4. Check provider dashboards (Google Postmaster Tools, Microsoft SNDS) for reputation and error rates.
  5. Review recent changes: new vendors, DNS edits, list imports, volume spikes.

Likely causes#

  • Blaming users while leaving the domain unprotected.
  • Allow-listing vendors broadly, which bypasses filtering.

Fix and re-verify#

  1. Enforce DMARC p=reject so exact-domain spoofing fails.
  2. Register lookalike domains or monitor them for registration.
  3. Enable link rewriting and attachment sandboxing at the gateway.
  4. Run quarterly simulations and make reporting a one-click action.
  5. Apply BIMI so users learn what authentic mail looks like.

Frequently asked questions#

Does DMARC stop all phishing?

It stops exact-domain spoofing. Lookalike domains and display-name spoofing require additional controls.

Keep reading on Phishing defense