ShipworkSite inspection
Checks
Every error, explainedGuides →
Pricing Learn Guides

Do you enforce TLS for mail and control who can certify you?

SPF and DMARC are the well-known half of email trust. The other half is what protects mail in transit and decides which certificate authorities may issue for your domain. Both are set once and easy to leave half-configured.

Runs the free audit, which includes this check where it applies to your site. Nothing is stored.

What this check inspects

Shipwork resolves the MTA-STS record and fetches its policy file, the TLS-RPT record, the BIMI record and any CAA records for the domain. It reports the MTA-STS mode when the policy file is valid, and flags an MTA-STS record whose policy file is missing or malformed.

What a failure means

An MTA-STS record with no valid policy file is a warning: the record exists but asserts nothing, so mail can still be downgraded. Everything else is informational, because these records are optional, but their absence means a protection is not in place.

How to fix it

  1. If you publish an MTA-STS record, also publish the policy file at the well-known path and make sure it parses.
  2. Add TLS-RPT so you receive reports when inbound TLS fails.
  3. Add CAA records naming the certificate authorities you actually use, which stops others issuing for your domain.
  4. BIMI needs a logo in the right format and a DMARC enforcement policy, so treat it as a later step.

A typical failure, worked through

The setupA team adds the MTA-STS TXT record but publishes the policy file at /mta-sts.txt instead of the required well-known path.

What the check reportsThe check finds the record, then reports that the policy file could not be fetched from https://mta-sts.example.com/.well-known/mta-sts.txt, so the record is inert.

The pointA DNS record that points at a missing file is worse than none, because it looks configured. The well-known path is part of the specification.

Questions

What is MTA-STS for?
It tells senders to require TLS when delivering mail to your domain, which stops a downgrade to plain text in transit.
What is CAA?
A DNS record that lists which certificate authorities may issue certificates for your domain. Without it, any authority can issue for you.
Do these affect SEO?
Not directly, but undelivered order and password email is a serious business problem, and CAA reduces the risk of a rogue certificate undermining the trust in your https site.

Related checks and guides