DOVEADM-QUOTA(1) | Dovecot | DOVEADM-QUOTA(1) |
doveadm-quota - Initialize/recalculate or show current quota usage
doveadm [-Dv] [-f formatter]
quota [-S socket_path] command
doveadm [-Dv] [-f formatter] quota
[-S socket_path] command -A
doveadm [-Dv] [-f formatter] quota
[-S socket_path]
command -F file
doveadm [-Dv] [-f formatter] quota
[-S socket_path]
command -u user
In the first form, doveadm(1) will execute the command for the currently logged in user.
In the second form, the command will be performed for all users.
In the third form, the command will be performed for all users listed in the given file.
In the fourth form, the command will affect only the matching user(s).
Global doveadm(1) options:
Command specific options:
When the SQL userdb module is used make sure that the iterate_query setting in /etc/dovecot/dovecot-sql.conf.ext matches your database layout. When using the LDAP userdb module, make sure that the iterate_attrs and iterate_filter settings in /etc/dovecot/dovecot-ldap.conf.ext match your LDAP schema. Otherwise doveadm(1) will be unable to iterate over all users.
This allows an administrator to execute doveadm(1) mail commands through the given socket.
doveadm [-f formatter] quota get [-A|-u user|-F file]
The quota get command is used to display the current quota usage. The storage values are reported in kilobytes.
This command uses by default the output formatter table.
doveadm quota recalc [-A|-u user|-F file]
The quota recalc command is used to recalculate the current quota usage.
Get the current quota usage of user jane.
doveadm quota get -u jane Quota name Type Value Limit % user STORAGE 90099 102400 87 user MESSAGE 20548 30000 68
Report bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is available at: http://dovecot.org/bugreport.html
doveadm(1)
2015-05-09 | Dovecot v2.3 |