Back to ResourcesEmail News

DMARC Policy Not Enabled: How to Fix It Safely

By Samuel ChenardAugust 9, 2023Updated August 13, 20266 min read

In brief

Fix the 'DMARC policy not enabled' warning: check p=none, verify every legitimate sender, then move to quarantine and reject without disrupting real mail.

DMARC Policy Not Enabled: How to Fix It Safely

“DMARC policy not enabled” usually means the domain has a valid DMARC record but its policy is p=none. That record can collect reports, but it does not ask receiving systems to quarantine or reject messages that fail DMARC.

Check the live record with the DMARC checker. Do not replace p=none with p=reject until aggregate reports and representative message tests show every legitimate sender passes SPF or DKIM with alignment.

Enforcement readiness checklist

CheckReady to proceed when
Published recordOne valid record resolves at _dmarc.example.com
Sender inventoryEvery business, marketing, support, and transactional sender has an owner
AuthenticationEach legitimate stream passes SPF or DKIM and aligns with the visible From domain
Reporting windowReports cover at least one complete business sending cycle
SubdomainsSending and non-sending subdomains have an intentional p, sp, or np outcome
VerificationA real message from each important stream has been tested after its last change
RollbackThe DNS owner, previous value, TTL, and rollback trigger are recorded
DMARC policy enforcement overview

What "DMARC policy not enabled" means

If a checker warns that your DMARC quarantine/reject policy is not enabled, it means your domain publishes a DMARC record set to p=none. That policy requests monitoring rather than enforcement. It is useful for discovering senders, but it does not ask receivers to change handling for messages that fail DMARC and does not by itself prove or improve deliverability.

The fix is to move your policy to p=quarantine or p=reject—but only after confirming that every legitimate sender passes SPF or DKIM with alignment. Enforcing too early can cause receivers to quarantine or reject legitimate mail that still fails. This guide walks the safer path, whether DNS is on Cloudflare, GoDaddy, or another provider. Public checkers show the record; to confirm a specific stream actually passes and aligns, run the email deliverability test on a message sent through that stream.

The gap is common, not theoretical: Palisade's 100,000-domain DMARC study found that 36.0% of domains publishing a valid DMARC record had not reached p=quarantine or p=reject.

Moving a DMARC policy from monitoring to enforcement

How to fix it, step by step

Step 1: Check your existing DMARC record

Verify your current configuration with a DNS checker. A DMARC record typically looks like this:

v=DMARC1; p=none; rua=mailto:reports@example.com;

Use the DNS lookup tool to pull your live record, then read the p= tag to see your current policy.

Step 2: Understand the three policies

The three DMARC policies: none, quarantine, and reject
  • None — requests monitoring and reporting without an enforcement handling preference.
  • Quarantine — asks receivers to treat failed messages as suspicious, often by placing them in spam.
  • Reject — asks receivers to reject failed messages during SMTP handling.
For a deeper comparison, see reject vs quarantine.

Step 3: Start with monitoring

Begin with a p=none policy to gather data on your email streams and check SPF and DKIM alignment. This generates XML aggregate (RUA) reports like this:

Example DMARC XML aggregate report

You can read these DMARC reports manually in your inbox, or use a monitoring tool to parse them. Let reports collect for at least one full sending cycle — long enough to capture every third-party service (marketing and transactional) that sends as your domain — so you can fully assess SPF and DKIM alignment.

Step 4: Align SPF and DKIM

Palisade DMARC Agent analyzing sender alignment

Read your aggregate reports to identify which authorized senders pass SPF and DKIM and which fail. For each failing sender, update your SPF record or DKIM keys so it aligns with your From: domain. Only enforce a stronger policy once every legitimate sender passes.

Step 5: Move to quarantine or reject

Once SPF and DKIM are aligned and verified, upgrade the policy. Move deliberately from monitoring to quarantine and then reject, validating reports and real message paths between changes:

Updating a DMARC record to an enforcement policy
  • Quarantine: v=DMARC1; p=quarantine; rua=mailto:reports@example.com;
  • Reject: v=DMARC1; p=reject; rua=mailto:reports@example.com;

Step 6: Monitor and adjust

Keep reviewing DMARC reports to confirm the policy protects your domain without catching legitimate mail. This is ongoing, not a one-time change.

Fixing it on Cloudflare

Adding a DMARC policy record in the Cloudflare dashboard
  1. Log in to Cloudflare and open the DNS section for your domain.
  2. Click Add record.
  3. Set Type to TXT, Name to _dmarc, and paste your record as the value — for example v=DMARC1; p=none; rua=mailto:reports@example.com;
  4. Save the record.
Note: only raise the policy to quarantine or reject once monitoring confirms SPF and DKIM alignment is correct. For the full walkthrough, see how to add a DMARC record in Cloudflare.

Fixing it on GoDaddy

  1. Log in to GoDaddy and open DNS Management for your domain.
  2. Add a new record: set Type to TXT and Name to _dmarc.
  3. Enter a DMARC value starting at p=none — for example v=DMARC1; p=none; rua=mailto:reports@example.com;
  4. Save the record and allow up to 48 hours for propagation.
  5. Monitor the reports, align your senders, then tighten the policy.

Best practices

Enabling an enforcement policy isn't a one-time fix. Keep your domain protected by:

  • Reviewing DMARC reports regularly.
  • Keeping SPF and DKIM aligned as you add or remove senders.
  • Raising the policy in stages (none → quarantine → reject) rather than jumping straight to reject.
  • Avoiding legacy pct= rollout advice: RFC 9989 removed the pct tag because receivers applied intermediate percentages inconsistently.
For a from-scratch build, see how to create a DMARC record. To evaluate your domain quickly, use the Email Security Score.

Questions readers ask

Frequently asked questions

Turn DMARC findings into a managed fix path

Start in Palisade.

Get started

Share this article

Samuel Chenard

Written by

Samuel Chenard

CEO & Co-Founder, Palisade

Samuel Chenard is the CEO and co-founder of Palisade, AI-first DMARC software for IT teams and MSPs, from one domain to thousands.

More from Samuel

Related articles