Exchange Send connectors must be clearly named.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
low | V-221225 | SRG-APP-000247 | EX16-ED-000260 | SV-221225r961155_rule | 2024-12-06 | 2 |
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. |
ℹ️ Check |
---|
Open the Exchange Management Shell and enter the following command: Get-SendConnector | Select Name, Identity Review the naming for connectors. For each send connector, if the connectors are not clearly named for purpose and direction, this is a finding. |
✔️ Fix |
---|
Open the Exchange Management Shell and enter the following command: Set-SendConnector -Name <'NewName'> -Identity <'IdentityName'> Note: Both the <NewName> and <IdentityName> values must be in single quotes. Repeat the procedure for each send connector. |