Skip to content

Exchange Mail quota settings must not restrict receiving mail.

An XCCDF Rule

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. Failure to allow mail receipt may impede users from receiving mission-critical data.

ID
SV-207297r615936_rule
Version
EX13-MB-000155
Severity
Low
References
Updated

Remediation Templates

A Manual Procedure

Open the Exchange Management Shell and enter the following command:

Set-MailboxDatabase -Identity <'IdentityName'> -ProhibitSendReceiveQuota Unlimited

Note: The <IdentityName> value must be in quotes.