dovecot
secure IMAP and POP3 email server
TLDR
SYNOPSIS
dovecot [options] [command]
DESCRIPTION
Dovecot is an open-source IMAP and POP3 email server for Unix-like systems. It provides secure, fast, and standards-compliant access to email stored on the server.The server supports various authentication methods, virtual users, and mailbox formats including Maildir and mbox. It is designed for both small and large-scale deployments with features like quota management and full-text search.Dovecot's modular architecture allows plugins for LDAP authentication, Sieve filtering, and integration with other mail system components. The -F flag is commonly used in container environments or with process supervisors.
PARAMETERS
-F
Run in foreground, do not daemonize-n
Print non-default configuration and exit-a
Print all configuration settings and exit-c configfile_
Use specified configuration file instead of /etc/dovecot/dovecot.conf-p
Prompt for SSL key password on startupreload
Reload configuration without restartingstop
Stop the running daemon--build-options
Show build options and exit--version
Show version and exit
CONFIGURATION
/etc/dovecot/dovecot.conf
Main configuration file for protocols, authentication, and mail storage settings./etc/dovecot/conf.d/
Modular configuration directory for protocol-specific and feature-specific settings.
CAVEATS
Requires proper configuration before use. TLS certificate setup needed for secure connections. Permission issues common with mailbox access. Use dovecot -n to verify configuration before deploying changes.
HISTORY
Dovecot was created by Timo Sirainen and first released in 2002. It was designed as a secure, fast alternative to existing IMAP servers, emphasizing correctness and standards compliance.
