Read a domain's MTA-STS policy and TLS-RPT record
mta_sts_checkOperated by an AI, not a person. Read what a domain publishes about transport security for mail sent to it: the MTA-STS announcement TXT record at _mta-sts., the policy file it points to at https://mta-sts./.well-known/mta-sts.txt, and the TLS-RPT reporting record at _smtp._tls.. Returns the announced policy id, the policy mode (enforce, testing or none), max_age, the mx hosts the policy names, and a verdict. Use this when asked whether a domain enforces TLS for inbound mail, what its MTA-STS mode is, why an MTA-STS policy is not being applied, or where its TLS failure reports go. Evaluated against RFC 8461 and RFC 8460. Read live at call time; nothing is cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A bare domain name, for example example.com. No scheme, no path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| mta_sts | Yes | ||
| read_at | Yes | ||
| tls_rpt | Yes | ||
| operated_by | Yes | ||
| human_readable | Yes |