Email authentication
The basics are in place but can be hardened.
Authorizes which servers may send mail for the domain
SPF is published but could be tightened.
v=spf1 include:_spf.google.com include:_spf.salesforce.com include:mailgun.org -allCryptographically signs outgoing mail (best-effort selector probe)
DKIM key published for 3 known selectors.
Tells receivers what to do with mail that fails SPF and DKIM
DMARC is enforced.
v=DMARC1; p=reject; pct=100; rua=mailto:[email protected]Enforces TLS for inbound mail and prevents downgrade attacks
No MTA-STS policy. Inbound mail can be delivered without TLS.
Receives reports about TLS delivery failures
No TLS-RPT record. You get no reports about failed TLS delivery.
Displays your verified brand logo in supporting inboxes
BIMI is published.
v=BIMI1; l=https://vmc.digicert.com/f5871a4c-8ee4-466a-ba2b-3b2b9db8bd2a.svg; a=https://vmc.digicert.com/f5871a4c-8ee4-466a-ba2b-3b2b9db8bd2a.pemChecks query live DNS over Cloudflare and the public MTA-STS policy endpoint. DKIM selectors cannot be listed from DNS, so DKIM detection probes common provider selectors only.