1QUOTA(8) Cyrus IMAP QUOTA(8)
2
3
4
6 quota - Cyrus IMAP documentation
7
8 Report and optionally fix storage and message 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.
16
17 If the -f option is specified, quota first fixes any inconsistencies in
18 the quota subsystem, such as mailboxes with the wrong quota root or
19 quota roots with the wrong quota usage reported.
20
21 If an optional domain is specified with the -d option, the quota list‐
22 ing (and any inconsistency fixing) is performed only in that domain
23 rather than all mailboxes.
24
25 If one or more mailbox-prefix arguments are specified, the quota list‐
26 ing (and inconsistency fixing) is limited to quota roots with names
27 that start with one of the given prefixes.
28
29 WARNING:
30 Running quota with both the -f option and mailbox-prefix arguments
31 is not recommended.
32
33 quota reads its configuration options out of the imapd.conf(5) file
34 unless specified otherwise by -C.
35
37 -C config-file
38 Use the specified configuration file config-file rather than the
39 default imapd.conf(5).
40
41 -d domain
42 List and/or fix quota only in domain.
43
44 -f Fix any inconsistencies in the quota subsystem before generating
45 a report.
46
47 -q Operate quietly. If -f is specified, then don't print the quota
48 values, only print messages when things are changed.
49
50 -J Output the quota values as JSON for automated tooling support
51
52 mailbox-prefix
53 Only report and/or fix quota in mailboxes starting with the
54 specified mailbox-prefix.
55
57 quota
58 List quotas for all users and mailboxes.
59
61 /etc/imapd.conf
62
64 imapd.conf(5)
65
67 The Cyrus Team, Jeroen van Meeuwen (Kolab Systems), Nic Bernstein
68 (Onlight)
69
71 1993-2017, The Cyrus Team
72
73
74
75
763.0.10 May 27, 2019 QUOTA(8)