Configure DANE and DNSSEC for Exchange Online.
Looking for ways to improve the security of your e-mail traffic? Microsoft announced in October full support for the email security standard DANE on Exchange Online.
Looking for ways to improve the security of your e-mail traffic? Microsoft announced in October full support for the email security standard DANE on Exchange Online.
Looking for ways to improve the security of your e-mail traffic? Microsoft announced in October full support for the email security standard DANE on Exchange Online. This also gave existing Exchange Online customers the ability to enable the additional security options.
As of early 2022, Microsoft is already offering support for DANE on outgoing mail, but the support on outgoing mail has been a while in coming. Although this option has now become available, much of the configuration cannot be put through Microsoft's web portal, instead it must be done using various PowerShell cmdlets.
To configure SMTP DANE with DNSSEC for incoming mail on Exchange Online, there are a number of steps that need to be completed:
Connect-ExchangeOnline
execute.> Enable-DnssecForVerifiedDomain -DomainName "warpnet.co.uk"
DnssecMxValue Result ErrorData
------------- ------ ---------
warpnet-en.s-v1.mx.microsoft Success
> Enable-SmtpDaneInbound -DomainName "warpnet.co.uk"
Result ErrorData
------ ---------
Success
The configuration for SMTP DANE with DNSSEC on the incoming mail server of Exchange Online should now be successfully implemented. Optionally you can use the e-mail test of internet.co.uk. This also shows possible other areas of improvement regarding the use of IPv6, DMARC, DKIM and SPF as shown in the following screenshot.