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

Email authentication

The basics are in place but can be hardened.

  • 5Pass
  • 1Warning
  • 0Fail
  • 0Not 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 (hardfail): unauthorized senders are rejected.
  • Uses 5 of 10 allowed DNS lookups.
v=spf1 include:jkdmu5p9e6.powerspf.com include:spf.protection.outlook.com -all

DKIM

Pass

Cryptographically signs outgoing mail (best-effort selector probe)

DKIM key published for 6 known selectors.

Selectors
selector1, selector2, s1, s2, mail, mailjet
  • Found a DKIM key at selector1._domainkey.partnersgroup.com
  • Found a DKIM key at selector2._domainkey.partnersgroup.com
  • Found a DKIM key at s1._domainkey.partnersgroup.com
  • Found a DKIM key at s2._domainkey.partnersgroup.com
  • Found a DKIM key at mail._domainkey.partnersgroup.com
  • Found a DKIM key at mailjet._domainkey.partnersgroup.com

DMARC

Pass

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

DMARC is enforced.

Policy
p=reject
Coverage
100%
  • Policy p=reject: failing mail is rejected outright.
  • Aggregate reports (rua) are configured.
v=DMARC1; p=reject; rua=mailto:[email protected],mailto:[email protected]; ruf=mailto:[email protected]; pct=100; fo=0:1:d:s;

MTA-STS

Warning

Enforces TLS for inbound mail and prevents downgrade attacks

MTA-STS is published but not enforcing.

Mode
testing
Max age
86400s
  • Policy mode is testing: failures are reported but mail is still delivered.
v=STSv1; id=20250818144635890720;

TLS-RPT

Pass

Receives reports about TLS delivery failures

TLS reporting is configured.

Reports to
mailto:[email protected]
  • TLS delivery failure reports are being collected.
v=TLSRPTv1;rua=mailto:[email protected]

BIMI

Pass

Displays your verified brand logo in supporting inboxes

BIMI is published.

Logo
https://hostedbimi.com/11452/4d8153d7-cbc3-48c7-b620-81e8fc346ea4.svg
VMC
https://hostedbimi.com/11452/b7a17c29-1396-4565-aa58-0e4646dd5b0e.pem
  • A logo (l=) is published.
  • A Verified Mark Certificate (a=) is referenced.
v=BIMI1;l=https://hostedbimi.com/11452/4d8153d7-cbc3-48c7-b620-81e8fc346ea4.svg;a=https://hostedbimi.com/11452/b7a17c29-1396-4565-aa58-0e4646dd5b0e.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.