UCF STIG Viewer Logo

Connectivity logging must be enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
Exch-HB-219 Exch-HB-219 Exch-HB-219_rule Medium
Description
A connectivity log is a record of the SMTP connection activity of the outbound message delivery queues to the destination Mailbox server, smart host, or domain. Connectivity logging is available on Hub Transport servers and Edge Transport servers. By default, connectivity logging is disabled. If events are not recorded it may be difficult or impossible to determine the root cause of system problems or the unauthorized activities of malicious users. Note: Transport configuration settings apply to the organization/global level of Exchange by checking and setting them at the Hub server the setting will apply to both Hub and Edge roles.
STIG Date
Microsoft Exchange 2010 Hub Transport Server Role 2012-05-31

Details

Check Text ( C-_chk )
Open the Exchange Management Shell and enter the following command.

Get-TransportServer -Identity <'ServerUnderReview'> | Select Name, Identity, ConnectivityLogEnabled

If the value of "ConnectivityLogEnabled" is not set to "True", this is a finding.
Fix Text (F-_fix)
Open the Exchange Management Shell and enter the following command.

Set-TransportServer -Identity <'ServerUnderReview'> -ConnectivityLogEnabled $true