STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Microsoft Exchange 2016 Edge Transport Server Security Technical Implementation Guide

V-221234

CAT II (Medium)

Exchange filtered messages must be archived.

Rule ID

SV-221234r961161_rule

STIG

Microsoft Exchange 2016 Edge Transport Server Security Technical Implementation Guide

Version

V2R6

CCIs

CCI-001308

Discussion

By performing filtering at the perimeter, up to 90 percent of spam, malware, and other undesirable messages are eliminated from the message stream rather than admitting them into the mail server environment. This significantly reduces the attack vector for inbound email-borne spam and malware. As messages are filtered, it is prudent to temporarily host them in an archive for evaluation by administrators or users. The archive can be used to recover messages that might have been inappropriately filtered, preventing data loss, and to provide a base of analysis that can provide future filter refinements.

Check Content

Note: If third-party anti-spam product is being used, the anti-spam product must be configured to meet the requirement.

Open the Exchange Management Shell and enter the following command:

Get-ContentFilterConfig | Select Name, QuarantineMailbox

If no SMTP address is assigned to "QuarantineMailbox", this is a finding.

Fix Text

Open the Exchange Management Shell and enter the following command:

Set-ContentFilterConfig -QuarantineMailbox <'QuarantineMailbox SmtpAddress'>

Note: The <QuarantineMailbox SmtpAddress> value must be in single quotes.