DOVEADM-MAILBOX(1) | Dovecot | DOVEADM-MAILBOX(1) |
doveadm-mailbox - Commands related to handling mailboxes
doveadm [-Dv] [-f formatter] mailbox_cmd [options] [arguments]
doveadm mailbox can be used to query and modify mailboxes.
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 mailbox create [-A|-u user|-F file] [-S socket_path] [-g guid] [-s] mailbox ...
This command is used to create one or more mailboxes. The mailbox format of the created mailboxes depends on the mail_location setting, or the user's mail field, returned by the userdb.
mailbox cryptokey export|generate|list|password
This command is used to manage mail crypt plugin cryptographic keys. Please see doveadm-mailbox-cryptokey(1) for more details.
doveadm mailbox delete [-A|-u user|-F file] [-S socket_path] [-s] [-r] [-e] [-Z] mailbox ...
This command deletes a mailbox and expunges all the messages it contains. If the mailbox has any children, they won't be deleted, unless -r is given.
doveadm mailbox list [-7|-8] [-A|-u user|-F file] [-S socket_path] [-s] [mailbox ...]
To get an overview of existing mailboxes use this command. It's
also possible to use wildcards in the mailbox name.
When the -s option is present, only subscribed mailboxes will be
listed. Listed subscriptions may also contain mailboxes that are already
deleted.
doveadm mailbox mutf7 [-7|-8] name ...
The mailbox mutf7 command may be used to convert the international mailbox name into a modified version of the UTF-7 encoding and vice versa. See RFC 3501, section 5.1.3 (Mailbox International Naming Convention).
doveadm mailbox rename [-A|-u user|-F file] [-S socket_path] [-s] old_name new_name
The mailbox rename command is used to rename the mailbox
old_name to new_name.
When the -s option is given, old_name will be unsubscribed and
new_name will be subscribed.
doveadm [-f formatter] mailbox status [-A|-u user|-F file] [-S socket_path] [-t] fields mailbox ...
Show the status of one or more mailboxes. The
mailbox name may also contain wildcards.
This command uses by default the output formatter flow.
doveadm mailbox subscribe [-A|-u user|-F file] [-S socket_path] mailbox ...
This command is used to subscribe one or more mailboxes.
doveadm mailbox unsubscribe [-A|-u user|-F file] [-S socket_path] mailbox ...
This command is used to unsubscribe one or more mailboxes.
doveadm mailbox update [-A|-u user|-F] [-S socket_path] [--mailbox-guid guid] [--uid-validity uid] [--min-next-uid uid] [--min-first-recent-uid uid] [--min-highest-modseq seq] [--min-highest-pvt-modseq seq] mailbox ...
This command is used to set UID validity, next UID, first recent UID and modification sequence values.
Usually this is only ever to be used during migration, or restoring mailbox after disaster. Settings these values is highly discouraged, and is not supported for all mail backends.
doveadm mailbox cache purge [-A|-u user|-F file] [-S socket_path] mailbox ...
Purge the dovecot.index.cache file. Most importantly this frees up disk space from mails that were already deleted. Normally there i no need to run this command manually, because the compression is also run automatically.
doveadm mailbox cache decision [-A|-u user|-F file] [-S socket_path] [--all] [--fields list of fields] [--last-used unix timestamp] [--decision no|temp|yes] mailbox ...
This command is used to list or change caching decisions for field(s) in mailbox(es). You can list decisions by leaving out decision and last-used parameters.
NOTE. This command cannot be used to add new fields to cache! You need to first add them to configuration. Setting caching to no will not immediately drop field from cache, it will stop adding the field to cache.
doveadm mailbox cache remove [-A|-u user|-F file] [-S socket_path] searchquery
Remove any matching mail(s) from cache.
WARNING! This command can erase ALL cached data, causing system slowness.
List subscribed mailboxes, beginning with 'dovecot', of user bob.
doveadm mailbox list -s -u bob dovecot* dovecot dovecot/pigeonhole dovecot/pigeonhole/2.0
Now have a look at the status of user bob's dovecot mailboxes.
doveadm -f table mailbox status -u bob "messages vsize" dovecot* mailbox messages vsize dovecot 20501 93968492 dovecot/pigeonhole 0 0 dovecot/pigeonhole/2.0 47 323474
Converting an internationalized mailbox name from mUTF-7 to UTF-8 and vice versa.
doveadm mailbox mutf7 -7 "~peter/mail/&U,BTFw-/&ZeVnLIqe-" ~peter/mail/台北/日本語 doveadm mailbox mutf7 ~peter/mail/台北/日本語 ~peter/mail/&U,BTFw-/&ZeVnLIqe-
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) doveadm-search-query(7) doveadm-mailbox-cryptokey(1)
2015-05-09 | Dovecot v2.3 |