SV-259673r961128_rule
V-259673
SRG-APP-000231
EX19-MB-000117
CAT II
10
Update the EDSP to specify any accounts that have been authorized to have email auto-forwarded or verify that this information is documented by the organization.
For domains that are listed in the EDSP to allow AutoForwarding, open the Exchange Management Shell and enter the following command:
Set-RemoteDomain -Identity <RemoteDomainIdParameter> -AutoForwardEnabled $true
If the Remote Domain is NOT listed in the EDSP to allow for AutoForwarding, open the Exchange Management Shell and enter the following command:
Set-RemoteDomain -Identity [RemoteDomainIdentity] -AutoForwardingEnabled $false
Review the Email Domain Security Plan (EDSP) or document that contains this information.
Determine any accounts that have been authorized to have email auto-forwarded.
Note: If email auto-forwarding is not being used, this check is not applicable (NA).
Open the Exchange Management Shell and enter the following commands:
Get-RemoteDomain | Select Name, Identity, DomainName, AutoForwardEnabled |Format-List
If any domain for a user forwarding SMTP address is not documented in the EDSP, this is a finding.
Note: If no remote SMTP domain matching the mail-enabled user or contact that allows forwarding is configured for users identified with a forwarding address, this function will not work properly.
V-259673
False
EX19-MB-000117
Review the Email Domain Security Plan (EDSP) or document that contains this information.
Determine any accounts that have been authorized to have email auto-forwarded.
Note: If email auto-forwarding is not being used, this check is not applicable (NA).
Open the Exchange Management Shell and enter the following commands:
Get-RemoteDomain | Select Name, Identity, DomainName, AutoForwardEnabled |Format-List
If any domain for a user forwarding SMTP address is not documented in the EDSP, this is a finding.
Note: If no remote SMTP domain matching the mail-enabled user or contact that allows forwarding is configured for users identified with a forwarding address, this function will not work properly.
M
5580