LinuxCommandLibrary

dovecot

secure IMAP and POP3 email server

TLDR

Start Dovecot daemon

$ dovecot
copy
Check configuration
$ dovecot -n
copy
Show full configuration
$ dovecot -a
copy
Reload configuration
$ dovecot reload
copy
Stop Dovecot
$ dovecot stop
copy
Show running version
$ dovecot --version
copy

SYNOPSIS

dovecot [options]

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's 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.

PARAMETERS

-n

Print non-default configuration.
-a
Print all configuration.
-c CONFIG
Use specified configuration file.
reload
Reload configuration.
stop
Stop daemon.
--build-options
Show build options.
--version
Show version.
--help
Display help information.

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. Certificate setup needed for TLS. Permission issues common with mailbox access. Complex setups may need multiple config files.

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.

SEE ALSO

postfix(1), doveadm(1), sievec(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community