Information
This policy setting specifies whether to ignore the StartTLS option offered by a remote sending server. StartTLS is a protocol command used to inform the email server that the email client wants to upgrade from an insecure connection to a secure one using TLS or SSL.
Rationale:
In order to enable mutual Transport Layer Security (TLS) authentication for the domains serviced by this send connector, multiple parameters must be configured (see below).
Configuring these parameters enables the use of TLS instead of basic authentication where credentials are sent across the network in plaintext.
The following parameters are addressed in separate recommendations in this benchmark.
DomainSecureEnabled to$true
DNSRoutingEnabled to $true
Impact:
The organization's servers will only be able to send e-mail to remote servers that support Domain Security (Mutual Auth TLS).
Solution
To implement the recommended state, execute the following PowerShell cmdlet:
Set-SendConnector 'Connector Name' -IgnoreSTARTTLS $false
Default Value:
None