Information
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. Verify Automatic Forwards to remote domains are disabled, except for enterprise mail that must be restricted to forward-only to .mil and .gov. domains.
Before enabling this setting, first configure a remote domain.
Solution
Non-Enterprise Mail Fix Text:
Open the Exchange Management Shell and enter the following command:
Set-RemoteDomain -Identity <'IdentityName'> -AutoForwardEnabled $false
Note: The <IdentityName> value must be in quotes.
Enterprise Mail Fix Text:
New-RemoteDomain -Name <NewRemoteDomainName> -DomainName <SMTP Address>
Note: NewRemoteDomainName must either be a .mil or .gov domain.
Set-RemoteDomain -Identity <'RemoteDomainIdentity'> -AutoForwardEnabled $true
Note: The <RemoteDomainIdentity> value must be in quotes.