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 ] [ -u ] [ mailbox-spec... ]
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-spec arguments are specified, these are inter‐
26 preted as mailbox prefixes, and the quota listing (and inconsistency
27 fixing) is limited to quota roots with names that start with one of the
28 given prefixes. If the -u is provided, mailbox-spec arguments are in‐
29 stead interpreted as userids, and the quota listing (and inconsistency
30 fixing) is limited to quota roots for only the specified users.
31
32 WARNING:
33 Running quota with both the -f option and mailbox-spec arguments is
34 not recommended.
35
36 quota reads its configuration options out of the imapd.conf(5) file un‐
37 less specified otherwise by -C.
38
40 -C config-file
41 Use the specified configuration file config-file rather than the
42 default imapd.conf(5).
43
44 -d domain
45 List and/or fix quota only in domain.
46
47 -f Fix any inconsistencies in the quota subsystem before generating
48 a report.
49
50 -n Check for any inconsistencies in the quota subsystem but don't
51 actually fix them. Use with -f and -q to only see what's incor‐
52 rect.
53
54 -q Operate quietly. If -f is specified, then don't print the quota
55 values, only print messages when things are changed.
56
57 -J Output the quota values as JSON for automated tooling support
58
59 -u Interpret mailbox-spec arguments as userids. The default is to
60 interpret them as mailbox prefixes
61
62 mailbox-spec
63 Only report and/or fix quota in mailboxes matching the specified
64 mailbox-spec arguments. See also -u.
65
67 quota
68 List quotas for all users and mailboxes.
69
71 /etc/imapd.conf
72
74 imapd.conf(5)
75
77 The Cyrus Team, Jeroen van Meeuwen (Kolab Systems), Nic Bernstein (On‐
78 light)
79
81 1993-2018, The Cyrus Team
82
83
84
85
863.2.6 March 09, 2021 QUOTA(8)