1. Home
  2. Security Hardening
  3. DISA Microsoft Exchange 2016 Mailbox Server STIG V2R4
  4. EX16-MB-000030 – Exchange auto-forwarding email to remote domains must be disabled or restricted.

EX16-MB-000030 – Exchange auto-forwarding email to remote domains must be disabled or restricted.

Details

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, 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 value must be in single quotes.

Enterprise Mail Fix Text:

New-RemoteDomain -Name -DomainName

Note: must either be a .mil or .gov domain.

Set-RemoteDomain -Identity <'RemoteDomainIdentity'> -AutoForwardEnabled $true

Note: The value must be in single quotes.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles