Exchange must not send automated replies to remote domains.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-259692 | SRG-APP-000261 | EX19-MB-000140 | SV-259692r961161_rule | 2025-05-14 | 2 |
Description
Attackers can use automated messages to determine whether a user account is active, in the office, traveling, and so on. An attacker might use this information to conduct future attacks. Remote users will not receive automated "Out of Office" delivery reports. This setting can be used to determine if all the servers in the organization can send "Out of Office" messages.
ℹ️ Check
Note: Automated replies to .mil or .gov sites are allowed.
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select-Object -Property Name, Identity, AutoReplyEnabled
If the value of "AutoReplyEnabled" is set to "True" and is configured to only reply to .mil or .gov sites, this is not a finding.
If the value of "AutoReplyEnabled" is not set to "False", this is a finding.
✔️ Fix
Open the Exchange Management Shell and enter the following command:
Set-RemoteDomain -Identity <'IdentityName'> -AutoReplyEnabled $false
Note: The <IdentityName> value must be in quotes.