Apex, subdomain, or URL. We figure it out.

Email authentication

The basics are in place but can be hardened.

  • 3Pass
  • 1Warning
  • 0Fail
  • 2Not set

SPF

Pass

Authorizes which servers may send mail for the domain

SPF is published and within limits.

Policy
~all
DNS lookups
5 / 10
  • Ends in ~all (softfail): unauthorized senders are marked, not rejected.
  • Uses 5 of 10 allowed DNS lookups.
v=spf1 include:_spf.google.com include:amazonses.com include:_spf.emailcampaigns.net ~all

DKIM

Pass

Cryptographically signs outgoing mail (best-effort selector probe)

DKIM key published for 2 known selectors.

Selectors
google, em
  • Found a DKIM key at google._domainkey.xda-developers.com
  • Found a DKIM key at em._domainkey.xda-developers.com

DMARC

Warning

Tells receivers what to do with mail that fails SPF and DKIM

DMARC is published but not fully enforcing.

Policy
p=quarantine
Coverage
100%
  • Policy p=quarantine: failing mail is sent to spam.
  • No rua address: you receive no aggregate reports to monitor abuse.
v=DMARC1; p=quarantine; adkim=r; aspf=r

MTA-STS

Not set

Enforces TLS for inbound mail and prevents downgrade attacks

No MTA-STS policy. Inbound mail can be delivered without TLS.

TLS-RPT

Not set

Receives reports about TLS delivery failures

No TLS-RPT record. You get no reports about failed TLS delivery.

BIMI

Pass

Displays your verified brand logo in supporting inboxes

BIMI is published.

Logo
https://bimi.trust-provider.com/2780960866/current/logo.svg
VMC
https://bimi.trust-provider.com/2780960866/current/cert.pem
  • A logo (l=) is published.
  • A Verified Mark Certificate (a=) is referenced.
v=BIMI1;l=https://bimi.trust-provider.com/2780960866/current/logo.svg;a=https://bimi.trust-provider.com/2780960866/current/cert.pem

Checks 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.