1QUOTA(8) System Manager's Manual QUOTA(8)
2
3
4
5 *
6
8 quota - report and optionally fix quota usage
9
11 quota [ -C config-file ] [ -d domain ] [ -f ] [ mailbox-prefix... ]
12
14 Quota generates a report listing quota roots, giving their limits and
15 usage. If the -f option is given, quota first fixes any inconsistenā
16 cies in the quota subsystem, such as mailboxes with the wrong quota
17 root or quota roots with the wrong quota usage reported. If an
18 optional domain is given, the quota listing (and inconsistency fixing)
19 is performed in that domain rather than the default domain. If any
20 optional mailbox-prefix arguments are given, the quota listing (and
21 inconsistency fixing) is limited to quota roots with names that start
22 with one of the given prefixes.
23
24 Running quota with both the -f option and mailbox-prefix arguments is
25 not recommended.
26
27 Quota reads its configuration options out of the imapd.conf(5) file
28 unless specified otherwise by -C.
29
31 -C config-file
32 Read configuration options from config-file.
33
34 -d domain
35 List/fix quotas in domain.
36
37 -f Fix any inconsistencies in the quota subsystem before generating
38 a report.
39
41 /etc/imapd.conf
42
43
44
45CMU Project Cyrus QUOTA(8)