| Hostname | IP Address | Status | Assigned To | Last Scan | Actions |
|---|---|---|---|---|---|
| MONT-MB-002 | 164.231.187.36 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-MSExchange2016MB_Checks) found this to be OPEN on 10/23/2025 ResultHash: A84891728C801098787292FDEBFD425C856D0E44 ~~~~~ Default MONT-MB-002 Banner: [Expected 220 SMTP Server Ready] Client Proxy MONT-MB-002 Banner: [Expected 220 SMTP Server Ready] Default Frontend MONT-MB-002 Banner: [Expected 220 SMTP Server Ready] Outbound Proxy Frontend MONT-MB-002 Banner: [Expected 220 SMTP Server Ready] Client Frontend MONT-MB-002 Banner: [Expected 220 SMTP Server Ready] Comments |
|||||
Check Text
Open the Exchange Management Shell and enter the following command: Get-ReceiveConnector | Select Name, Identity, Banner For each Receive connector, if the value of "Banner" is not set to "220 SMTP Server Ready", this is a finding.
Fix Text
Open the Exchange Management Shell and enter the following command: Set-ReceiveConnector -Identity <'IdentityName'> -Banner '220 SMTP Server Ready' Note: The <IdentityName> and 220 SMTP Server Ready values must be in single quotes. Repeat the procedures for each Receive connector.