email_check_mta_sts
Validate a domain's MTA-STS policy by fetching the HTTPS policy file and parsing mode, MX patterns, and max_age to flag insecure configurations.
Instructions
Check MTA-STS (Mail Transfer Agent Strict Transport Security) for a domain. Queries the _mta-sts TXT record for the policy ID, then fetches the HTTPS policy file. Parses mode (enforce/testing/none), MX patterns, and max_age. Flags testing mode, short max_age, and missing policy files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check MTA-STS for (e.g. example.com) |