DMARC Policy Builder
Create DMARC policies with alignment options, reporting addresses, and failure handling configuration.
Domain Configuration
Policy Configuration
Monitor only - no action taken on failed emails
100%
Advanced Options
Authentication Alignment
Relaxed - domain and subdomains match
Relaxed - domain and subdomains match
Reporting Configuration
Generated DMARC Record
v=DMARC1; p=none; fo=0
DNS TXT Record:
_dmarc.example.com. IN TXT "v=DMARC1; p=none; fo=0"
Policy Validation
Record Length: 22/255 chars
Status: Valid
Deployment Guide
- Start with p=none to monitor current email authentication status
- Analyze DMARC reports to identify legitimate vs malicious sources
- Configure SPF and DKIM for all legitimate sending sources
- Gradually increase to p=quarantine with low percentage (pct=25)
- Monitor for false positives and adjust alignment if needed
- Increase percentage gradually (50%, 75%, 100%)
- Finally move to p=reject when confident in configuration