UCF STIG Viewer Logo

Public Store storage quota must be limited.


Overview

Finding ID Version Rule ID IA Controls Severity
EXCH-MB-403 EXCH-MB-403 EXCH-MB-403_rule Low
Description
This setting controls the maximum sizes of a Public Folder and the system's response if these limits are exceeded. There are two available controls and the system response when the quota has been exceeded. The first control sends an email warning to Folder Owners roles alerting them that the folder has exceeded its quota. The second level prevents posting any additional items to the folder. As a practical matter, level 1 serves the purpose of prompting owners to manage their folders. Level 2 impedes users in their ability to work, and is not required where folder use interruption is not acceptable. Public Folder Storage Quota Limitations are not a substitute for overall disk space monitoring.
STIG Date
Microsoft Exchange 2010 Mailbox Server Role 2012-05-31

Details

Check Text ( C-_chk )
Obtain the Email Domain Security Plan (EDSP) and locate the value for "ProhibitPostQuota".

Open the Exchange Management Shell and enter the following command.

Get-PublicFolderDatabase | Select Name, Identity, ProhibitPostQuota

If the value of "ProhibitPostQuota" is not set to the sites "ProhibitPostQuota", this is a finding.

Fix Text (F-_fix)
Open the Exchange Management Shell and enter the following command.

Set-PublicFolderDatabase <'publicdatabasename'> -ProhibitPostQuota <'SitesProhibitPostQuotaLimit'>