"Our SMTP is on Microsoft 365 Exchange Online. Does MTA-STS even apply?"
Yes for inbound. Policy is published by the receiving organization regardless of downstream mail platform. For Exchange Online tenants, MX hosts are protection.outlook.com which Microsoft already runs at TLS 1.2+ with valid certs. Deployment work: .well-known policy file on your domain HTTPS, DNS TXT records, TLS-RPT receiver. For outbound, M365 honors recipient MTA-STS since 2022. Microsoft documents the Exchange Online configuration; EMP setup completes in 2-3 weeks for a typical tenant.
"What is the actual risk if we just stay on opportunistic STARTTLS without MTA-STS?"
The risk is downgrade attacks stripping STARTTLS in transit. Likelihood depends on network path. Public internet between major data centers (Gmail to Exchange Online): risk low because major peering is well-managed. Networks of unknown trust posture (legacy ISP transit, low-cost VPS, country-level filtering, hostile state networks): risk meaningfully higher. Threat actors: state-level adversaries, criminal groups intercepting business email, surveillance operators. Without TLS-RPT you have no way to know if downgrades are happening to your inbound today; reports surface the actual occurrence rate.
"How does this interact with our existing certificate management on the MX servers?"
MTA-STS adds the constraint that MX certificates must remain valid and chain to trusted CA at all times. The constraint is identical to web HTTPS certificate hygiene; the only difference is the consequence of expiration. Expired MX cert under MTA-STS enforce means inbound mail bounces rather than just generates browser warnings. The mitigation is standard: monitor certificate expiration with 30-60 day alerts, automate renewal where possible (Let's Encrypt, ACME), and stage certificate rotations during business hours when the email administrator can respond if something fails. For organizations using a corporate CA (DigiCert, Sectigo, GlobalSign, Entrust) rather than Let's Encrypt, the existing certificate procurement runbook continues to apply with MTA-STS adding the operational discipline rather than changing the procurement process. EMP delivers the certificate monitoring runbook as part of the setup.
"DANE requires DNSSEC. Our registrar does not support DNSSEC. Are we stuck with MTA-STS only?"
For now, yes, MTA-STS only. MTA-STS provides substantial protection on its own; DANE addition is incremental for most threat models. DNSSEC adoption among registrars remains incomplete in 2026. DNSSEC-capable: Cloudflare, AWS Route 53, Google Domains (Squarespace), DNSimple, Hover, Gandi, Namecheap (with caveats). Options if registrar lacks support: migrate to DNSSEC-capable registrar, accept TOFU residual and deploy MTA-STS only, or host DNS at DNSSEC-capable provider while keeping registration elsewhere. EMP runs the analysis during discovery.
"What happens to inbound mail from servers that do not support MTA-STS?"
Senders that do not support MTA-STS continue to deliver using opportunistic STARTTLS as before. MTA-STS is a strict improvement, not a breaking change. The protocol explicitly states that a sender that does not implement MTA-STS should behave as if no policy exists, which means the message gets delivered using whatever TLS the sender can negotiate, including potentially plaintext if STARTTLS is stripped or unavailable. The TLS-RPT reports show the breakdown: which senders honored MTA-STS, which delivered with TLS without enforcing the policy, which delivered without TLS at all. Over time as MTA-STS adoption grows on the sender side, the coverage of your inbound protection grows automatically without any additional deployment work. The 2026 baseline for major commercial senders (Gmail, M365, Yahoo, large ISP webmail) is honoring MTA-STS; the gaps are smaller senders and legacy systems where adoption is still catching up.
"Can we test the policy without committing to enforcement?"
Yes, that is exactly what testing mode is designed for. Recommended deployment sequence: testing for 2 to 4 weeks before enforce. In testing, policy declares mode=testing; sender attempts TLS per policy, reports failures via TLS-RPT, but delivers in plaintext as fallback. Domain owner gets visibility without losing mail. Testing observation surfaces misconfigurations (certs expiring, forgotten MX hosts, secondary MX on older TLS). After fixes, cutover to enforce with high confidence. EMP setup includes full testing observation period.