Primary use
Transport policy check
Validate both MTA-STS discovery and the HTTPS policy file from one page.
Free MTA-STS checker
Run a free MTA-STS checker to validate the DNS discovery record and the live .well-known policy file for any domain. Use it before transport-security rollouts, after DNS or CDN changes, and during mail-security reviews when SMTP TLS posture matters.
Run a free lookup
Enter the root domain. This checker validates DNS discovery, the expected policy-file URL, and the live body returned by the .well-known endpoint.
Best fit
This page is strongest after DNS or web changes, before transport-policy rollout, and during security reviews when SMTP TLS posture needs a quick validation path.
Upgrade path
Transport policy is only one part of production mail posture. Teams usually pair it with MX, DMARC, SPF, and DKIM review when reliability and trust need named ownership.
Primary use
Validate both MTA-STS discovery and the HTTPS policy file from one page.
Critical dependency
Catch missing or broken policy hosting before transport expectations rely on it.
Operational fit
Use it after DNS, CDN, or web-server changes that could affect MTA-STS visibility.
Output
See the DNS record, file presence, and policy body together in one troubleshooting view.
Confirm the _mta-sts record is published where receivers expect to find it.
Verify the HTTPS policy document is actually reachable and returns the expected content.
Catch CDN, redirect, or hosting mistakes before transport policy assumptions break mail delivery.
What this returns
The valuable output is not just whether a TXT record exists. It is whether receivers can discover the policy, retrieve the policy file, and see content that matches the intended transport rollout.
DNS
_mta-sts record
Confirm transport policy discovery is published at the expected DNS name.
HTTPS
Policy file
Check that the .well-known policy file is reachable and present.
Body
Live content
Review the current file body instead of assuming the server is returning the intended policy.
Warnings
Review notes
Catch issues that deserve follow-up before transport assumptions are relied on in production.
Operational use
Teams usually reach for an MTA-STS lookup because they are changing policy or verifying that transport security is still intact after infrastructure work.
Re-run the checker after redirects, caching, or hosting changes so the policy file is still discoverable where receivers expect it.
Validate discovery and file content before tightening policy so rollout errors are caught before they affect mail transport.
Give security and messaging owners a shared reference point when auditing SMTP TLS posture across domains.
Generate the DNS and policy-file values when the current setup needs to be rebuilt.
Open toolValidate report visibility alongside transport-policy discovery and hosting.
Open toolReview inbound routing alongside transport policy when mail infrastructure is changing.
Open toolPair transport checks with sender-domain posture before production launches.
Open toolAn MTA-STS checker verifies the DNS policy record and the HTTPS well-known policy file so you can confirm transport security settings are both published and reachable.
Receivers need the DNS record to discover MTA-STS and the policy file to understand the actual mode and expected MX hosts. Missing either piece weakens the setup.
Run it after DNS or CDN changes, before enforcing transport expectations, and during mail-security reviews when SMTP TLS posture needs verification.
That usually means the HTTPS path is not published correctly, a CDN rule is stripping the response, or the file location is different from the expected .well-known path.