Your DMARC record does not include a rua (aggregate reporting) tag. Without it, you will not receive any reports about email authentication results for your domain.
Add `rua=mailto:[email protected]` to your DMARC record.
The rua tag in a DMARC record specifies where receivers should send aggregate reports. Without it, you have no visibility into who is sending email as your domain or whether authentication is passing.
DMARC reports are essential for understanding your email ecosystem. Without them, you cannot see legitimate senders that might be failing authentication, detect spoofing attempts, or safely upgrade your DMARC policy.
Pick an email address that will receive the DMARC aggregate reports. These are XML files sent daily by receiving mail servers.
Update your existing DMARC TXT record to include the rua tag.
v=DMARC1; p=quarantinev=DMARC1; p=quarantine; rua=mailto:[email protected]Raw DMARC reports are XML and difficult to read. Services like Postmark DMARC, dmarcian, or EasyDMARC can parse them into readable dashboards.
After updating the record, wait 24-48 hours for the first reports to arrive.
dig +short TXT _dmarc.yourdomain.com
# Confirm rua is present in the recordAfter making changes, use our free scanner to verify the fix is working correctly. DNS changes can take up to 48 hours to propagate, but most propagate within minutes.
DMARC aggregate reports are XML files, usually compressed as .zip or .gz. A report processor can convert these into human-readable dashboards.
Yes. Separate multiple addresses with commas: rua=mailto:[email protected],mailto:[email protected]
By default, aggregate reports are sent daily (every 86400 seconds). You can adjust this with the ri= tag, but most receivers only send daily regardless.