Start by examining the aggregate reports you receive. Look for sources that fail SPF or DKIM alignment and note any “non‑compliant” senders. Confirm that all your marketing platforms, CRM tools, and transactional services are listed as authorized. If you spot unknown sources, investigate and either add them to SPF/DKIM or block them.
Palisade’s dashboard visualizes these trends, making it easy to spot anomalies at a glance.
Once you’re confident that legitimate traffic passes authentication, update the DMARC record to p=quarantine
. This tells receivers to place suspicious mail in the spam folder instead of delivering it outright. Monitor the impact for 1‑2 weeks; if no legitimate mail is affected, change the policy to p=reject
for full protection.
Communicate the upcoming change to internal teams—IT, support, and marketing—to prepare for any temporary delivery issues.
Log into your DNS provider (Cloudflare, GoDaddy, etc.) and edit the _dmarc
TXT record. Use Palisade’s DMARC Record Generator to create a string that includes your desired policy, reporting addresses (rua/ruf), and alignment settings.
Example for a reject policy:
v=DMARC1; p=reject; rua=mailto:reports@yourdomain.com; ruf=mailto:forensics@yourdomain.com; adkim=s; aspf=s;
Save the record and allow up to 48 hours for DNS propagation. Verify the change with Palisade’s Domain Scanner.
_dmarc
with the generated value._dmarc
and paste the generated string.Switching from a monitoring‑only policy to enforcement stops attackers from impersonating your brand, which protects both your reputation and your customers. A strict policy also improves your sender reputation, leading to higher inbox placement rates for legitimate campaigns.
Additionally, a quarantine or reject policy is a prerequisite for implementing BIMI, allowing your logo to appear next to authenticated emails and reinforcing brand trust.
After updating the policy, keep an eye on daily reports. If you notice any legitimate source being quarantined, adjust its SPF/DKIM settings and re‑evaluate. Over time, you’ll see fewer spoofed messages and better overall email health.
Need hands‑on assistance? Contact Palisade for a guided migration from p=none to p=reject.