HEX
Server: Apache/2
System: Linux nexus-01 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
User: aglcoke (1118)
PHP: 8.2.31
Disabled: mail,exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/share/man/man1/doveadm-mailbox.1
.TH "DOVEADM-MAILBOX" "1" "May 2026" "e5ac02a" "Dovecot"
.SH "NAME"
\fBdoveadm-mailbox\fR - Commands related to handling mailboxes
.SH "SYNOPSIS"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] \[lB]\fB-f\fR \fIformatter\fR\[rB] \fImailbox_cmd\fR \[lB]\fIOPTIONS\fR\[rB] \[lB]\fIARGUMENTS\fR\[rB]
.SH "DESCRIPTION"
.P
\fBdoveadm mailbox\fR can be used to query and modify mailboxes.
.SH "GLOBAL OPTIONS"
.P
Global doveadm(1) \fIoptions\fR:
.P
\fB-D\fR
.RS 0
.RS 4
.P
Enables \fIverbosity\fR and debug messages.
.RE 0

.RE 0

.P
\fB-O\fR
.RS 0
.RS 4
.P
Do not read any config file, just use defaults. The \fBdovecot_storage_version\fR setting defaults to the latest version, but can be overridden with \fB-o\fR.
.RE 0

.RE 0

.P
\fB-k\fR
.RS 0
.RS 4
.P
Preserve entire environment for doveadm, not just \fBimport_environment\fR setting.
.RE 0

.RE 0

.P
\fB-v\fR
.RS 0
.RS 4
.P
Enables verbosity, including progress counter.
.RE 0

.RE 0

.P
\fB-i\fR \fIinstance-name\fR
.RS 0
.RS 4
.P
If using multiple Dovecot instances, choose the config file based on this instance name.
.P
See \fBinstance_name\fR setting for more information.
.RE 0

.RE 0

.P
\fB-c\fR \fIconfig-file\fR
.RS 0
.RS 4
.P
Read configuration from the given \fIconfig-file\fR. By default it first reads config socket, and then falls back to \fI/etc/dovecot/dovecot.conf\fR. You can also point this to config socket of some instance running compatible version.
.RE 0

.RE 0

.P
\fB-o\fR \fIsetting\fR\fB=\fR\fIvalue\fR
.RS 0
.RS 4
.P
Overrides the configuration \fIsetting\fR from \fI/etc/dovecot/dovecot.conf\fR and from the userdb with the given \fIvalue\fR. In order to override multiple settings, the \fB-o\fR option may be specified multiple times.
.RE 0

.RE 0

.P
\fB-f\fR \fIformatter\fR
.RS 0
.RS 4
.P
Specifies the \fIformatter\fR for formatting the output. Supported formatters are:
.P
\fBflow\fR
.RS 4
.P
prints each line with \fIkey\fR\fB=\fR\fIvalue\fR pairs.
.RE 0

.P
\fBjson\fR
.RS 4
.P
prints a JSON array of JSON objects.
.RE 0

.P
\fBpager\fR
.RS 4
.P
prints each \fIkey\fR: \fIvalue\fR pair on its own line and separates records with form feed character (\fB^L\fR).
.RE 0

.P
\fBtab\fR
.RS 4
.P
prints a table header followed by tab separated value lines.
.RE 0

.P
\fBtable\fR
.RS 4
.P
prints a table header followed by adjusted value lines.
.RE 0

.RE 0

.RE 0

.SH "OPTIONS"
.P
\fB-A\fR
.RS 0
.RS 4
.P
If the \fB-A\fR option is present, the \fIcommand\fR will be performed for all users. Using this option in combination with system users from \fBuserdb { driver = passwd }\fR is not recommended, because it contains also users with a lower UID than the one configured with the \fBfirst_valid_uid\fR setting.
.P
When the SQL userdb module is used, make sure that the \fBuserdb_sql_iterate_query\fR setting setting matches your database layout.
.P
When using the LDAP userdb module, make sure that the \fBuserdb_fields\fR setting and \fBuserdb_ldap_iterate_fields\fR setting settings match your LDAP schema. Otherwise doveadm(1) will be unable to iterate over all users.
.RE 0

.RE 0

.P
\fB-F\fR \fIfile\fR
.RS 0
.RS 4
.P
Execute the \fIcommand\fR for all the users in the \fIfile\fR. This is similar to the \fB-A\fR option, but instead of getting the list of users from the userdb, they are read from the given \fIfile\fR. The \fIfile\fR contains one username per line.
.RE 0

.RE 0

.P
\fB--no-userdb-lookup\fR
.RS 0
.RS 4
.P
Do not perform userdb lookup. Use the \fBUSER\fR environment variable to specify the username.
.RE 0

.RE 0

.P
\fB-S\fR \fIsocket_path\fR
.RS 0
.RS 4
.P
The option's argument is either an absolute path to a local UNIX domain socket, or a hostname and port (\fIhostname\fR:\fIport\fR), in order to connect a remote host via a TCP socket.
.P
This allows an administrator to execute doveadm(1) mail commands through the given socket.
.RE 0

.RE 0

.P
\fB-u\fR \fIuser/mask\fR
.RS 0
.RS 4
.P
Run the \fIcommand\fR only for the given \fIuser\fR. It's also possible to use '\fB*\fR' and '\fB?\fR' wildcards (e.g. -u *@example.org).
.RE 0

.RE 0

.SH "ARGUMENTS"
.P
\fImailbox\fR
.RS 0
.RS 4
.P
Is the name of a \fImailbox\fR, as visible to IMAP clients, except in UTF-8 format. The hierarchy separator between a parent and child mailbox is commonly '\fB/\fR' or '\fB.\fR', but this depends on your selected mailbox storage format and namespace configuration. The mailbox names may also require a namespace prefix.
.RE 0

.RE 0

.SH "COMMANDS"
.SS "mailbox create"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox create \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-g\fR \fIguid\fR\[rB] \[lB]\fB-s\fR\[rB] \fImailbox\fR...
.P
This command is used to create one or more mailboxes. The mailbox format of the created mailboxes depends on the \fImail_driver\fR setting, or the user's \fImail\fR field, returned by the userdb.
.P
\fB-g\fR \fIguid\fR
.RS 0
.RS 4
.P
Create the mailbox with the specified GUID.
.RE 0

.RE 0

.P
\fB-s\fR
.RS 0
.RS 4
.P
When this option was given, the created mailboxes will be also added to the user's subscriptions.
.RE 0

.RE 0

.SS "mailbox cryptokey"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox cryptokey \fBexport|generate|list|password\fR
.P
This command is used to manage mail crypt plugin cryptographic keys. Please see doveadm-mailbox-cryptokey(1) for more details.
.SS "mailbox delete"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox delete \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \[lB]\fB-r\fR\[rB] \[lB]\fB-e\fR\[rB] \[lB]\fB-Z\fR\[rB] \fImailbox\fR...
.P
This command deletes a mailbox and expunges all the messages it contains. If the mailbox has any children, they won't be deleted, unless \fB-r\fR is given.
.P
\fB-r\fR
.RS 0
.RS 4
.P
Delete mailboxes recursively
.RE 0

.RE 0

.P
\fB-s\fR
.RS 0
.RS 4
.P
Unsubscribe deleted mailboxes.
.RE 0

.RE 0

.P
\fB-e\fR
.RS 0
.RS 4
.P
Require mailboxes to be empty before deleting.
.RE 0

.RE 0

.P
\fB-Z\fR
.RS 0
.RS 4
.P
Delete the mailbox as efficiently as possible, but the user may not be in fully consistent state afterwards. For example quota may be wrong. This option is mainly useful when deleting the entire user.
.RE 0

.RE 0

.SS "mailbox list"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox list \[lB]\fB-7\fR | \fB-8\fR\[rB] \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \[lB]\fImailbox\fR ...\[rB]
.P
To get an overview of existing mailboxes use this command. It's also possible to use wildcards in the \fImailbox\fR name.
.P
When the \fB-s\fR option is present, only subscribed mailboxes will be listed. Listed subscriptions may also contain mailboxes that are already deleted.
.P
\fB-7\fR
.RS 0
.RS 4
.P
Lists the mailboxes with mUTF-7 encoding.
.RE 0

.RE 0

.P
\fB-8\fR
.RS 0
.RS 4
.P
Lists the mailboxes with UTF-8 encoding.
.RE 0

.RE 0

.SS "mailbox metadata list"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox metadata list \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \[lB]\fB-p\fR\[rB] \fImailbox\fR \[lB]\fIkey-prefix\fR\[rB]
.P
\fB-s\fR
.RS 0
.RS 4
.P
Allows to specify \fImailbox\fR "", which points to the server metadata instead of mailboxes' matadata. It has no effect if mailbox is anything else than an empty string.
.RE 0

.RE 0

.P
\fB-p\fR
.RS 0
.RS 4
.P
Prepend prefix.
.RE 0

.RE 0

.P
\fImailbox\fR
.RS 0
.RS 4
.P
The target mailbox (mandatory). If \fB-s\fR is specified, the empty string "" can be used to indicate access to server metadata.
.RE 0

.RE 0

.P
\fIkey-prefix\fR
.RS 0
.RS 4
.P
The key prefix to look for. All keys will be listed if not provided.
.RE 0

.RE 0

.SS "mailbox metadata get"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox metadata get \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \fImailbox\fR \fIkey\fR
.P
\fB-s\fR
.RS 0
.RS 4
.P
Allows to specify \fImailbox\fR "", which points to the server metadata instead of mailboxes' matadata. It has no effect if mailbox is anything else than an empty string.
.RE 0

.RE 0

.P
\fImailbox\fR
.RS 0
.RS 4
.P
The target mailbox (mandatory). If \fB-s\fR is specified, the empty string "" can be used to indicate access to server metadata.
.RE 0

.RE 0

.P
\fIkey\fR
.RS 0
.RS 4
.P
The key to retrieve.
.RE 0

.RE 0

.SS "mailbox metadata set"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox metadata set \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \fImailbox\fR \fIkey\fR \fIvalue\fR
.P
\fB-s\fR
.RS 0
.RS 4
.P
Allows to specify \fImailbox\fR "", which points to the server metadata instead of mailboxes' matadata. It has no effect if mailbox is anything else than an empty string.
.RE 0

.RE 0

.P
\fImailbox\fR
.RS 0
.RS 4
.P
The target mailbox (mandatory). If \fB-s\fR is specified, the empty string "" can be used to indicate access to server metadata.
.RE 0

.RE 0

.P
\fIkey\fR
.RS 0
.RS 4
.P
The key to set.
.RE 0

.RE 0

.P
\fIvalue\fR
.RS 0
.RS 4
.P
The value to set.
.RE 0

.RE 0

.SS "mailbox metadata unset"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox metadata unset \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \fImailbox\fR \fIkey\fR
.P
\fB-s\fR
.RS 0
.RS 4
.P
Allows to specify \fImailbox\fR "", which points to the server metadata instead of mailboxes' matadata. It has no effect if mailbox is anything else than an empty string.
.RE 0

.RE 0

.P
\fImailbox\fR
.RS 0
.RS 4
.P
The target mailbox (mandatory). If \fB-s\fR is specified, the empty string "" can be used to indicate access to server metadata.
.RE 0

.RE 0

.P
\fIkey\fR
.RS 0
.RS 4
.P
The key to unset.
.RE 0

.RE 0

.SS "mailbox mutf7"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox mutf7 \[lB]\fB-7\fR | \fB-8\fR\[rB] \fIname\fR...
.P
The \fBmailbox mutf7\fR command may be used to convert the international mailbox \fIname\fR into a modified version of the UTF-7 encoding and vice versa. See RFC 3501 (Mailbox International Naming Convention).
.P
\fB-7\fR
.RS 0
.RS 4
.P
Indicates that the \fIname\fR's string representation is mUTF-7 encoded and it should be converted to UTF-8.
.RE 0

.RE 0

.P
\fB-8\fR
.RS 0
.RS 4
.P
Indicates that the \fIname\fR's is UTF-8 encoded and should be converted to mUTF-7 (default).
.RE 0

.RE 0

.P
\fIname\fR
.RS 0
.RS 4
.P
One or more mailbox names that should be converted.
.RE 0

.RE 0

.SS "mailbox path"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox path \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \[lB]\fB-t\fR \fItype\fR\[rB] \fImailbox\fR
.P
The \fBmailbox path\fR command returns the filesystem path for the given mailbox. By default, this is the path to the "index" directory.
.P
\fB-t\fR \fItype\fR
.RS 0
.RS 4
.P
Output the path to this mailbox location type. One of:
.RS 4
.IP \(bu 4
\fBalt-dir\fR
.IP \(bu 4
\fBalt-mailbox\fR
.IP \(bu 4
\fBcontrol\fR
.IP \(bu 4
\fBdir\fR
.IP \(bu 4
\fBindex\fR (DEFAULT)
.IP \(bu 4
\fBindex-cache\fR
.IP \(bu 4
\fBindex-private\fR
.IP \(bu 4
\fBlist-index\fR
.IP \(bu 4
\fBmailbox\fR
.RE 0

.RE 0

.RE 0

.P
\fImailbox\fR
.RS 0
.RS 4
.P
The mailbox to query (mandatory).
.RE 0

.RE 0

.SS "mailbox rename"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox rename \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-s\fR\[rB] \fIold_name\fR \fInew_name\fR
.P
The \fBmailbox rename\fR command is used to rename the mailbox \fIold_name\fR to \fInew_name\fR.
.P
When the \fB-s\fR option is given, \fIold_name\fR will be unsubscribed and \fInew_name\fR will be subscribed.
.SS "mailbox status"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox status \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-t\fR\[rB] \fIfields\fR \fImailbox\fR...
.P
Show the \fBstatus\fR of one or more mailboxes. The \fImailbox\fR name may also contain wildcards.
.P
This command uses by default the output \fIformatter\fR \fBflow\fR.
.P
\fB-t\fR
.RS 0
.RS 4
.P
Summarize the values of the status \fIfields\fR \fBmessages\fR, \fBrecent\fR, \fBunseen\fR and/or \fBvsize\fR of multiple mailboxes to a sum (total).
.RE 0

.RE 0

.P
\fBfields\fR
.RS 0
.RS 4
.P
Specify the status \fIfields\fR which should be shown.
.P
In order to specify multiple status \fIfields\fR, enclosed them in quotes.
.RS 4
.P
\fBall\fR : This is a special status field name. It means show all of the following \fIfields\fR. When the \fB-t\fR option is present, it means show only the \fBmessages\fR, \fBrecent\fR, \fBunseen\fR and \fBvsize\fR \fIfields\fR.
.RE 0

.RS 4
.P
\fBguid\fR : The \fImailbox\fR's globally unique identifier.
.RE 0

.RS 4
.P
\fBhighestmodseq\fR : The highest mod-sequence value of all messages in the \fImailbox\fR.
.RE 0

.RS 4
.P
\fBmessages\fR : The number of messages in the \fImailbox\fR.
.RE 0

.RS 4
.P
\fBdeleted\fR : The number of messages with the \[rs]Deleted flag set.
.RE 0

.RS 4
.P
\fBrecent\fR : The number of messages with the \[rs]Recent flag set.
.RE 0

.RS 4
.P
\fBuidnext\fR : The next unique identifier value.
.RE 0

.RS 4
.P
\fBuidvalidity\fR : The unique identifier validity value.
.RE 0

.RS 4
.P
\fBunseen\fR : The message sequence number of the first unseen message in the \fImailbox\fR.
.RE 0

.RS 4
.P
\fBvsize\fR : The \fImailbox\fR's virtual size, computed with CRLF line terminators.
.RE 0

.RS 4
.P
\fBfirstsaved\fR : Saved time of the first mail in the mailbox.
.RE 0

.RE 0

.RE 0

.SS "mailbox subscribe"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox subscribe \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \fImailbox\fR \fI...\fR
.P
This command is used to subscribe one or more mailboxes.
.SS "mailbox unsubscribe"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox unsubscribe \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \fImailbox\fR \fI...\fR
.P
This command is used to unsubscribe one or more mailboxes.
.SS "mailbox update"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox update \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB--mailbox-guid\fR \fIguid\fR\[rB] \[lB]\fB--uid-validity\fR \fIuid\fR\[rB] \[lB]\fB--min-next-uid\fR \fIuid\fR\[rB] \[lB]\fB--min-first-recent-uid\fR \fIuid\fR\[rB] \[lB]\fB--min-highest-modseq\fR \fIseq\fR\[rB] \[lB]\fB--min-highest-pvt-modseq\fR \fIseq\fR\[rB] \fImailbox\fR \fI...\fR
.P
This command is used to set UID validity, next UID, first recent UID and modification sequence values.
.P
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.
.SS "mailbox cache purge"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox cache purge \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \fImailbox\fR \fI...\fR
.P
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.
.SS "mailbox cache decision"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox cache decision \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB--all\fR\[rB] \[lB]\fB--fields\fR \fIlist of fields\fR\[rB] \[lB]\fB--last-used\fR \fIunix timestamp\fR\[rB] \[lB]\fB--decision\fR \fIno|temp|yes\fR\[rB] \fImailbox\fR \fI...\fR
.P
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.
.P
\fB--all\fR
.RS 0
.RS 4
.P
List or change all fields.
.RE 0

.RE 0

.P
\fB--fields\fR
.RS 0
.RS 4
.P
List or change these comma/space separated fields.
.RE 0

.RE 0

.P
\fB--decision\fR
.RS 0
.RS 4
.P
Set field caching decision. Yes means it's always cached. Temp means it's provisionally cached. No means the field is not cached.
.RE 0

.RE 0

.P
\fB--last-used\fR
.RS 0
.RS 4
.P
Set field's last used timestamp.
.RE 0

.RE 0

.P
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.
.SS "mailbox cache remove"
.P
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] mailbox cache remove \[lB]\fB-A\fR | \fB-u\fR \fIuser\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \fIsearch query\fR
.P
Remove any matching mail(s) from cache.
.P
WARNING! This command can erase ALL cached data, causing system slowness.
.P
See doveadm-search-query(7) for the search query syntax.
.SH "EXAMPLE"
.P
List subscribed mailboxes, beginning with 'dovecot', of user bob:
.P
.RS 2
.nf
doveadm mailbox list -s -u bob dovecot\[rs]*
.fi
.RE
.P
.RS 2
.nf
dovecot
dovecot/pigeonhole
dovecot/pigeonhole/2.0
.fi
.RE
.P
Now have a look at the status of user bob's dovecot mailboxes:
.P
.RS 2
.nf
doveadm -f table mailbox status -u bob "messages vsize" dovecot\[rs]*
.fi
.RE
.P
.RS 2
.nf
mailbox                                    messages vsize
dovecot                                    20501    93968492
dovecot/pigeonhole                         0        0
dovecot/pigeonhole/2.0                     47       323474
.fi
.RE
.P
Converting an internationalized mailbox name from mUTF-7 to UTF-8 and vice versa:
.P
.RS 2
.nf
doveadm mailbox mutf7 -7 "~peter/mail/&U,BTFw-/&ZeVnLIqe-"
.fi
.RE
.P
.RS 2
.nf
~peter/mail/台北/日本語
.fi
.RE
.P
.RS 2
.nf
doveadm mailbox mutf7 ~peter/mail/台北/日本語
.fi
.RE
.P
.RS 2
.nf
~peter/mail/&U,BTFw-/&ZeVnLIqe-
.fi
.RE
.SH "REPORTING BUGS"
.P
Report bugs, including \fIdoveconf -n\fR output, to the Dovecot Mailing List \fI\(ladovecot@dovecot.org\(ra\fR. Information about reporting bugs is available at: \fI\(lahttps://dovecot.org/bugreport.html\(ra\fR
.SH "SEE ALSO"
.P
doveadm(1)