ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
QUOTA(8) QUOTA(8) NAME quota - report and optionally fix quota usage SYNOPSIS quota [ -C config-file ] [ -d domain ] [ -f ] [ mailbox-prefix... ] DESCRIPTION Quota generates a report listing quota roots, giving their limits and usage. If the -f option is given, quota first fixes any inconsistencies in the quota subsystem, such as mailboxes with the wrong quota root or quota roots with the wrong quota usage reported. If an optional domain is given, the quota listing (and inconsistency fixing) is performed in that domain rather than the default domain. If any optional mailbox-prefix arguments are given, the quota listing (and inconsistency fixing) is limited to quota roots with names that start with one of the given prefixes. Running quota with both the -f option and mailbox-prefix arguments is not recommended. Quota reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C. OPTIONS -C config-file Read configuration options from config-file. -d domain List/fix quotas in domain. -f Fix any inconsistencies in the quota subsystem before generating a report. FILES /etc/imapd.conf CMU Project Cyrus QUOTA(8) |
|