Exchange Online DNSSEC Enablement: SMTP DANE, MTA-STS and mx.microsoft
Modernizing DNS security for Exchange Online is no longer a niche transport tweak; it is becoming a central part of Microsoft’s mail-flow strategy. In a new update, the Microsoft 365 Messaging Team announced that Exchange Online will begin supporting DNSSEC for outbound SMTP connections, alongside mandatory MTA-STS for the new mx.microsoft.com endpoint. This shift marks a significant step toward eliminating opportunistic TLS and enforcing authenticated, encrypted email delivery.
The Core Changes: DNSSEC, SMTP DANE, and MTA-STS
Microsoft is rolling out three interrelated security features:
- DNSSEC (Domain Name System Security Extensions) – Adds cryptographic signatures to DNS records, ensuring that the MX records and other mail-related DNS data have not been tampered with during resolution.
- SMTP DANE (DNS-based Authentication of Named Entities) – Uses DNSSEC to authenticate the TLS certificate presented by the receiving mail server, preventing man-in-the-middle attacks that downgrade encryption.
- MTA-STS (Mail Transfer Agent Strict Transport Security) – A policy mechanism that tells sending servers to always use TLS and to validate the certificate, even if the recipient domain’s MX record is not DNSSEC-signed.
These technologies work together to close a long-standing gap: while STARTTLS encryption has been available for years, it is opportunistic and can be stripped by attackers. DNSSEC and DANE make TLS mandatory and verifiable.
The New mx.microsoft.com Endpoint
Microsoft is introducing a new MX endpoint, mx.microsoft.com, which will be the primary target for inbound mail to Exchange Online. This endpoint will enforce MTA-STS, meaning that any sending server that does not support TLS or fails certificate validation will be rejected. The legacy protection.outlook.com endpoint will remain available for a transition period, but Microsoft strongly encourages administrators to update their DNS records to point to the new endpoint.
According to Microsoft’s announcement, the change will be phased: starting in late 2025, new tenants will automatically receive the mx.microsoft.com endpoint, while existing tenants will have the option to migrate. By mid-2026, all Exchange Online mail flow will use mx.microsoft.com by default.
How DNSSEC and DANE Work for Outbound Mail
For outbound messages sent from Exchange Online to external recipients, Microsoft will now perform DNSSEC validation on the recipient’s MX records. If the recipient domain has DNSSEC signed records, Exchange Online will attempt SMTP DANE, which involves:
- Resolving the MX record with DNSSEC validation.
- Fetching the TLSA record (which specifies the expected TLS certificate) from the recipient’s DNS.
- Connecting to the mail server and verifying that its TLS certificate matches the TLSA record.
- If verification succeeds, the connection is encrypted and authenticated. If it fails, the message may be deferred or rejected, depending on the configured policy.
Microsoft will support both DANE-1 (where the TLSA record matches the exact certificate) and DANE-2 (where it matches the issuing CA), giving flexibility to administrators.
Impact on Administrators and End Users
For most Exchange Online customers, the changes will be transparent. Microsoft will handle the DNSSEC validation and DANE logic server-side. However, administrators need to be aware of several implications:
- DNS Configuration: To benefit from inbound MTA-STS enforcement, you must update your MX record to point to
mx.microsoft.com. Failure to do so may result in mail being rejected by strict senders that enforce MTA-STS. - DNSSEC Signing: If you manage your own DNS, ensure your domain is DNSSEC-signed. This is not required for inbound mail to Exchange Online, but it will improve deliverability to recipients who enforce DANE.
- Mail Flow Rules: Custom mail flow rules that rely on the legacy endpoint’s hostname may need updating.
End users should see fewer instances of email being delivered over unencrypted connections, reducing the risk of interception. However, there is a potential downside: if a sending server does not support TLS or DANE, messages to domains that enforce MTA-STS may be delayed or bounced.
The Community Perspective
On Windows Forum, IT pros have raised several concerns. One administrator noted that many small businesses still use DNS providers that do not support DNSSEC, which could lead to deliverability issues. Another pointed out that the transition timeline is aggressive: “By mid-2026, all tenants must be on mx.microsoft.com. That’s less than 18 months for some organizations to update their DNS and test compatibility.”
There is also confusion about the relationship between MTA-STS and DANE. Some administrators mistakenly believe that MTA-STS requires DNSSEC, but in fact, MTA-STS relies on a separate policy file served over HTTPS. However, Microsoft’s implementation ties them together: the mx.microsoft.com endpoint will enforce MTA-STS, and outbound connections will use DANE when the recipient supports it.
A positive note from the forum: several users reported that during early testing, the new endpoint significantly reduced spam and phishing emails, as many malicious senders fail to use proper TLS. One user said, “We saw a 20% drop in spam after switching to mx.microsoft.com. The stricter TLS enforcement is definitely filtering out bad actors.”
Technical Details: TLSA Records and Cipher Suites
For SMTP DANE to work, the receiving domain must publish TLSA records in its DNS. These records specify the expected TLS certificate or its hash. Microsoft recommends using TLSA records with the following parameters:
- Usage: 3 (DANE-EE, end-entity certificate) or 2 (DANE-TA, trust anchor)
- Selector: 1 (subject public key) or 0 (full certificate)
- Matching Type: 1 (SHA-256 hash) or 2 (SHA-512 hash)
On the cipher suite side, Exchange Online will require TLS 1.2 or higher, with support for TLS 1.3 planned in a future update. Weak ciphers such as RC4 and 3DES will be blocked.
Migration Steps for Administrators
Microsoft has published a detailed migration guide. The key steps are:
- Check current MX record: Verify that your MX record points to
yourdomain.mail.protection.outlook.com. - Prepare DNS: Ensure your domain is DNSSEC-signed if possible. This is not mandatory but will improve deliverability.
- Update MX record: Change your MX record to
yourdomain.mx.microsoft.com(the exact format will be provided in the admin center). - Test mail flow: Use the Microsoft Remote Connectivity Analyzer to verify that inbound and outbound mail flows correctly.
- Monitor: Review message trace logs for any failures related to TLS or DANE.
Microsoft also provides a PowerShell script to automate the MX record update for large deployments.
Broader Industry Context
Microsoft’s move aligns with broader industry trends. Google has enforced MTA-STS for Gmail since 2023, and the IETF’s SMTP DANE specification (RFC 7672) has been a standard since 2015. However, adoption has been slow due to the complexity of DNSSEC deployment. By making these features default in Exchange Online, Microsoft is forcing the issue: if you want to send email to Microsoft 365 recipients, you must support TLS and eventually DANE.
This could accelerate DNSSEC adoption across the internet, as businesses that rely on email communication with Microsoft customers will need to upgrade their DNS infrastructure.
Potential Pitfalls and Workarounds
Despite the benefits, there are known issues. Some third-party email security gateways (e.g., Proofpoint, Mimecast) may need configuration updates to handle the new endpoint. Microsoft recommends contacting your gateway provider to ensure compatibility.
Another concern is that MTA-STS policies can cause mail to be rejected if the policy file is temporarily unavailable. To mitigate this, Microsoft will implement a grace period: if the MTA-STS policy cannot be fetched, Exchange Online will fall back to opportunistic TLS for a limited time.
Looking Ahead
Microsoft plans to extend DNSSEC support to inbound mail as well, meaning that Exchange Online will validate DNSSEC signatures on incoming MX records. This is expected in early 2026. Additionally, support for DANE will be added to the Exchange Online Protection (EOP) pipeline, providing end-to-end authenticated encryption.
For now, administrators should focus on the immediate changes: update MX records to mx.microsoft.com and ensure your DNS supports DNSSEC. The benefits in terms of security and spam reduction are tangible, and the transition, while requiring effort, is a necessary step toward a more secure email ecosystem.
Final Takeaways
- Action Required: Update MX records to mx.microsoft.com before mid-2026.
- Security Gain: Mandatory TLS and certificate validation for inbound mail.
- Outbound Improvements: DNSSEC and DANE for sending to supported domains.
- Community Feedback: Early adopters report reduced spam and phishing.
- Next Steps: Monitor Microsoft’s Message Center for specific rollout dates.
Exchange Online’s DNSSEC enablement is not just a checkbox feature; it is a fundamental shift in how Microsoft approaches email security. Administrators who act now will avoid last-minute scrambles and will enjoy better deliverability and protection against email spoofing and interception.