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

Email authentication

The basics are in place but can be hardened.

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

SPF

Pass

Authorizes which servers may send mail for the domain

SPF is published and within limits.

Policy
-all
DNS lookups
3 / 10
  • Ends in -all (hardfail): unauthorized senders are rejected.
  • Uses 3 of 10 allowed DNS lookups.
v=spf1 ip4:194.238.30.7 ip4:213.136.93.45 +a +mx +ip4:198.50.123.136 +ip4:174.142.60.78 Include:spf.protection.outlook.com -all

DKIM

Pass

Cryptographically signs outgoing mail (best-effort selector probe)

DKIM key published for 2 known selectors.

Selectors
default, selector1
  • Found a DKIM key at default._domainkey.metrodequito.gob.ec
  • Found a DKIM key at selector1._domainkey.metrodequito.gob.ec

DMARC

Warning

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

DMARC is published but not fully enforcing.

Policy
p=quarantine
Subdomains
sp=quarantine
Coverage
70%
  • Policy p=quarantine: failing mail is sent to spam.
  • pct=70: the policy only applies to 70% of mail.
  • Aggregate reports (rua) are configured.
v=DMARC1;p=quarantine;sp=quarantine;adkim=r;aspf=r;pct=70;fo=0;rf=afrf;ri=86400;rua=mailto:[email protected];ruf=mailto:[email protected]

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

Not set

Displays your verified brand logo in supporting inboxes

No BIMI record. No brand logo is published for inboxes.

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.