UCF STIG Viewer Logo

Exchange Mail Quota settings must not restrict receiving mail.


Overview

Finding ID Version Rule ID IA Controls Severity
V-228380 EX16-MB-000320 SV-228380r612748_rule Low
Description
Mail quota settings control the maximum sizes of a user’s mailbox and the system’s response if these limits are exceeded. Mailbox data that is not monitored against a quota increases the risk of mail loss due to filled disk space, which can also render the system unavailable. Multiple controls supply graduated levels of opportunity to respond before risking email service loss. This control prohibits the user from sending an email when the mailbox limit reaches the prohibit send quota value. Note: Best practice for this setting is to prohibit the user from sending email when the mailbox reaches 90 percent of capacity.
STIG Date
Microsoft Exchange 2016 Mailbox Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-30613r496936_chk )
Review the Email Domain Security Plan (EDSP) or document that contains this information.

Determine the value for the Prohibit Send Quota limit.

Open the Exchange Management Shell and enter the following command:

Get-MailboxDatabase | Select Name, Identity, ProhibitSendQuota

If the value of "ProhibitSendQuota" is not set to the site's Prohibit Send Quota limit, this is a finding.
Fix Text (F-30598r496937_fix)
Update the EDSP to specify the value for the Prohibit Send Quota limit or verify that this information is documented by the organization.

Open the Exchange Management Shell and enter the following command:

Set-MailboxDatabase -Identity <'IdentityName'> -ProhibitSendQuota <'QuotaLimit'>

Note: The and values must be in single quotes.