What Gets Checked
DMARC Dashboard evaluates three key areas of your domain's email authentication configuration. Here's what we analyse in each category.
DMARC Record
DMARC (Domain-based Message Authentication, Reporting and Conformance) is the cornerstone of email authentication. We check your policy (none, quarantine, or reject), reporting addresses (rua for aggregate reports, ruf for forensic reports), DKIM alignment mode (strict or relaxed), SPF alignment mode, subdomain policy, and the percentage of messages the policy applies to. A strong DMARC record tells receiving servers exactly what to do with emails that fail authentication.
SPF Record
SPF (Sender Policy Framework) defines which mail servers are authorised to send email on behalf of your domain. We analyse the mechanisms in your SPF record (ip4, ip6, a, mx), the include directives that reference third-party senders like Google Workspace or Microsoft 365, and critically, the all qualifier that determines what happens to unauthorised senders. We also flag if you're approaching the 10 DNS lookup limit — exceeding this limit causes your entire SPF record to fail.
DKIM Record
DKIM (DomainKeys Identified Mail) uses cryptographic signatures to verify that an email hasn't been tampered with in transit. We probe common DKIM selectors — including google, default, selector1, selector2, and others used by popular email providers — to check for the presence of DKIM public keys. We verify both TXT records and CNAME records, as many hosted email services use CNAME-based DKIM delegation.