DMARC finding
No DMARC record
The domain publishes no DMARC record, so a receiver has no instruction when authentication fails.
Finding code
dmarc_missing
This finding appears in the findings array of
the spam checker and
the POST /v1/sender API response when the
condition above is detected.
How to fix it
The fix.
Add a TXT record at _dmarc with at least "v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com" to start receiving reports, then move the policy to reject.
Related DMARC findings
Other things we check.
| Finding | What it means |
|---|---|
dmarc_multiple_records
|
Multiple DMARC records |
dmarc_syntax_error
|
DMARC syntax error |
dmarc_monitoring_only
|
DMARC monitoring only |
dmarc_quarantine_only
|
DMARC quarantine only |
dmarc_partial_coverage
|
DMARC partial coverage |
dmarc_no_aggregate_reports
|
No DMARC aggregate reports |
dmarc_subdomains_unprotected
|
Subdomains unprotected by DMARC |