|
NAMEdoveadm-mailbox - Commands related to handling mailboxesSYNOPSISdoveadm [-Dv] [-f formatter] mailbox_cmd [options] [arguments]DESCRIPTIONdoveadm mailbox can be used to query and modify mailboxes.OPTIONSGlobal doveadm(1) options:
Command specific options:
ARGUMENTS
COMMANDSmailbox createdoveadm 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 cryptokeymailbox cryptokey export|generate|list|passwordThis command is used to manage mail crypt plugin cryptographic keys. Please see doveadm-mailbox-cryptokey(1) for more details. mailbox deletedoveadm 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.
mailbox listdoveadm 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.
mailbox mutf7doveadm 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).
mailbox renamedoveadm mailbox rename [-A|-u user|-F file] [-S socket_path] [-s] old_name new_nameThe mailbox rename command is used to rename the mailbox
old_name to new_name.
mailbox statusdoveadm [-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.
mailbox subscribedoveadm mailbox subscribe [-A|-u user|-F file] [-S socket_path] mailbox ...This command is used to subscribe one or more mailboxes. mailbox unsubscribedoveadm mailbox unsubscribe [-A|-u user|-F file] [-S socket_path] mailbox ...This command is used to unsubscribe one or more mailboxes. mailbox updatedoveadm 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. mailbox cache purgedoveadm 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. mailbox cache decisiondoveadm 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. mailbox cache removedoveadm mailbox cache remove [-A|-u user|-F file] [-S socket_path] searchqueryRemove any matching mail(s) from cache. WARNING! This command can erase ALL cached data, causing system slowness. EXAMPLEList 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- REPORTING BUGSReport bugs, including doveconf -n output, to the Dovecot Mailing List <dovecot@dovecot.org>. Information about reporting bugs is available at: http://dovecot.org/bugreport.htmlSEE ALSOdoveadm(1) doveadm-search-query(7) doveadm-mailbox-cryptokey(1)
Visit the GSP FreeBSD Man Page Interface. |