SV-221205r612603_rule
V-221205
SRG-APP-000038
EX16-ED-000040
CAT II
10
For 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 single quotes.
For Enterprise Mail Fix Text, enter the following commands:
New-RemoteDomain -Name <NewDomainName> -DomainName <SMTP address space>
Note: NewDomainName must be either a ".mil" or ".gov" domain.
Set-RemoteDomain -Identity <'IdentityName'> -AutoForwardEnabled $true
Non-Enterprise Mail Check Content:
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled
If the value of "AutoForwardEnabled" is not set to "False", this is a finding.
Enterprise Mail Check Content:
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled
If the value of “AutoForwardEnabled” is “True” and “DomainName” is not set to a “.mil” and/or “.gov” domain(s), this is a finding.
V-221205
False
EX16-ED-000040
Non-Enterprise Mail Check Content:
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled
If the value of "AutoForwardEnabled" is not set to "False", this is a finding.
Enterprise Mail Check Content:
Open the Exchange Management Shell and enter the following command:
Get-RemoteDomain | Select Name, DomainName, Identity, AutoForwardEnabled
If the value of “AutoForwardEnabled” is “True” and “DomainName” is not set to a “.mil” and/or “.gov” domain(s), this is a finding.
M
4079