UCF STIG Viewer Logo

Send Connectors must be clearly named.


Overview

Finding ID Version Rule ID IA Controls Severity
V-33583 Exch-2-751 SV-44004r1_rule ECSC-1 Low
Description
For send connectors, unclear naming as to direction and purpose increases risk that messages may not flow as intended, troubleshooting efforts may be impaired, or incorrect assumptions may be made about the completeness of the configuration. Collectively, connectors should account for all connections required for the overall email topology design. Simple Mail Transfer Protocol (SMTP) connectors, when listed, must name purpose and direction clearly, and their counterparts on servers to which they connect should be recognizable as their partners.
STIG Date
MS Exchange 2010 Edge Transport Server STIG 2019-03-21

Details

Check Text ( C-41689r1_chk )
Open the Exchange Management Shell and enter the following command:

Get-SendConnector | Select Name, Identity

Review the naming for connectors. If the connectors are not clearly named for purpose and direction, this is a finding.
Fix Text (F-37474r1_fix)
Open the Exchange Management Shell and enter the following command:

Set-SendConnector -Name <'NewName'> -Identity <'SendConnector'>