Build an MTA-STS policy file plus the DNS TXT record that enforces TLS for inbound email.
Start with testing, monitor TLS-RPT, then move to enforce.
Use wildcards for subdomains: *.mail.example.com
604800 = 1 week. Spec allows up to 31557600 (1 year).
version: STSv1
mode: testing
mx: mail.example.com
mx: *.mail.example.com
max_age: 604800Host: _mta-sts.<your-domain>
Type: TXT
Value: v=STSv1; id=1779913769Publish at
https://mta-sts.<your-domain>/.well-known/mta-sts.txtPair with TLS-RPT to receive delivery failure reports.