doveadm
TLDR
Show mailbox status
SYNOPSIS
doveadm [options] command [args]
DESCRIPTION
doveadm is the administration tool for Dovecot IMAP/POP3 server. It provides commands for managing mailboxes, users, and server operations without directly manipulating mail storage.
The tool handles tasks like mailbox maintenance, message search and manipulation, quota management, and replication control.
PARAMETERS
-u user
Target user for operation.-A
Apply to all users.-D
Enable debug output.-v
Verbose output.-f format
Output format (flow, pager, tab, table).-o setting=value
Override configuration.
COMMANDS
mailbox list/status/create/delete/rename: Mailbox management
search: Find messages
fetch: Retrieve message data
expunge: Delete messages
index: Reindex mailboxes
quota: Quota operations
sync: Dsync replication
user: User information
CAVEATS
Requires proper Dovecot configuration. Some commands need root or dovecot user. Operations on large mailboxes can be slow. User must exist in Dovecot's user database.
HISTORY
doveadm was introduced in Dovecot 2.0 around 2010, replacing older administrative scripts. Dovecot itself was created by Timo Sirainen in 2002 as a secure, high-performance IMAP server. Doveadm unified various administrative tasks into a single, consistent interface.


