DMARC Policy
Tell receiving servers how to handle mail that fails SPF or DKIM checks.
What is DMARC?
DMARC (Domain-based Message Authentication, Reporting & Conformance) publishes a policy at _dmarc.yourdomain.com. It builds on SPF and DKIM and helps prevent spoofing of your domain.
Adding DMARC for MoovMail
- Ensure SPF and DKIM are configured first.
- Copy the recommended DMARC TXT record from Admin → Domain.
- Add a TXT record at host
_dmarc(or full name as shown). - Start with
p=nonefor monitoring if advised, then move top=quarantineorp=rejectwhen confident. - Verify in the MoovMail domain panel.
Example policy (illustrative)
v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com; pct=100Use the exact value from your admin panel — it may include MoovMail-specific reporting addresses.
Why it matters
- Improves deliverability to Gmail, Outlook, and other major providers.
- Reduces phishing using your domain name.
- Aggregate reports (rua) help you monitor authentication failures.

