1. Home
  2. Security Hardening
  3. DISA Microsoft Exchange 2016 Edge Transport Server STIG V2R2
  4. EX16-ED-000180 – Exchange Internet-facing Receive connectors must offer Transport Layer Security (TLS) before using basic authentication.

EX16-ED-000180 – Exchange Internet-facing Receive connectors must offer Transport Layer Security (TLS) before using basic authentication.

Details

Sending unencrypted email over the Internet increases the risk that messages can be intercepted or altered. TLS is designed to protect confidentiality and data integrity by encrypting email messages between servers and thereby reducing the risk of eavesdropping, interception, and alteration. This setting forces Exchange to offer TLS before using basic authentication.

Solution

Open the Exchange Management Shell and enter the following command:

Set-ReceiveConnector -Identity <'IdentityName'> -AuthMechanism ‘Tls, BasicAuth, BasicAuthRequireTLS’

Note: The value must be in single quotes.

Example only for the Identity: Frontend

Repeat the procedure for each receive connector.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles