Engineering capabilities
- Policy file hosting over HTTPS with a valid certificate
- DNS policy record and versioning
- Testing mode before enforce mode
- MX and certificate name alignment review
Security & DNS
Published policy that requires inbound mail servers to use authenticated TLS, closing the downgrade path that plain opportunistic encryption leaves open.
A policy file served over HTTPS plus a DNS record tells sending servers that TLS is mandatory for your domain.
The policy is only trusted when it is fetched over a properly validated certificate.
Version id changes whenever the policy file changes, so senders refresh.
Testing collects reports without risking delivery; enforce is applied once clean.
Certificate expiry on the MX hosts becomes a delivery issue, so it is monitored.
Only if a certificate on an MX host expires or a name no longer matches the policy. Both are monitored, and testing mode is used first for exactly this reason.
DANE requires DNSSEC and is used where the provider supports it. MTA-STS is the practical option for most hosted mail platforms.
The sending server. MTA-STS is a statement to other mail servers about how they must connect to you.
Send the environment details and get an engineered proposal with assumptions, risks and a rollback path.