1. Home
  2. Security Hardening
  3. DISA Microsoft Exchange 2013 Mailbox Server STIG V2R1
  4. EX13-MB-000015 – Exchange auto-forwarding email to remote domains must be disabled or restricted.

EX13-MB-000015 – 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, 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 value must be in quotes.

Enterprise Mail Fix Text:

New-RemoteDomain -Name -DomainName

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

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

Note: The value must be in 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