1DOVECOT(1) Dovecot DOVECOT(1)
2
3
4
6 dovecot - a secure and highly configurable IMAP and POP3 server
7
9 dovecot [-Fp] [-c config-file]
10 dovecot -a [-c config-file]
11 dovecot -n [-c config-file]
12 dovecot --build-options
13 dovecot --help
14 dovecot --version
15 dovecot reload
16 dovecot stop
17
19 Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like sys‐
20 tems, written with security primarily in mind. Dovecot is an excellent
21 choice for both small and large installations. It's fast, simple to
22 set up, requires no special administration and it uses very little mem‐
23 ory.
24
26 -a Dump all configuration settings to stdout and exit successfully.
27 The same as doveconf -a.
28
29 -c config-file
30 Start dovecot with an alternative configuration.
31
32 -F Run dovecot in foreground, do not daemonize.
33
34 -n Dump non-default settings to stdout and exit successfully. The
35 same as doveconf -n.
36
37 -p Prompt for the ssl key password for the configured ssl_key on
38 startup.
39
40 --build-options
41 Show Dovecot's build options and exit successfully.
42
43 --help Print a usage message to stdout and exit successfully.
44
45 --version
46 Show Dovecot's version and exit successfully.
47
49 reload Force dovecot to reload its configuration.
50
51 stop Shutdown dovecot and all its child processes.
52
53 When shutdown_clients is set to no, existing sessions will continue to
54 use the old settings, after a dovecot reload. Also all sessions will
55 keep alive after a dovecot stop.
56 By default all active sessions will be shut down.
57
59 Dovecot handles the following signals as described:
60
61 HUP Force dovecot to reload its configuration.
62
63 INT Shutdown dovecot and all its child processes.
64
65 TERM Shutdown dovecot and all its child processes.
66
67 USR1 Force dovecot to reopen all configured log files (log_path,
68 info_log_path and debug_log_path).
69
70 The signals ALARM and PIPE are ignored.
71
73 /etc/dovecot/dovecot.conf
74 Dovecot's main configuration file.
75
76 /etc/dovecot/dovecot-ldap.conf.ext
77 Dovecot's LDAP authdb/userdb module configuration file.
78
79 /etc/dovecot/dovecot-sql.conf.ext
80 Dovecot's SQL authdb/userdb module configuration file.
81
82 /etc/dovecot/dovecot-dict-sql.conf.ext
83 Dovecot's dict configuration with SQL-backend.
84
85 /etc/dovecot/conf.d/auth-*-conf.ext
86 Configuration files of different authentication modules.
87
88 /etc/dovecot/conf.d/*.conf
89 Configuration files of different services and settings.
90
92 Report bugs, including doveconf -n output, to the Dovecot Mailing List
93 <dovecot@dovecot.org>. Information about reporting bugs is available
94 at: http://dovecot.org/bugreport.html
95
97 Dovecot <http://dovecot.org> and its manual pages were written by the
98 Dovecot authors <http://dovecot.org/doc/AUTHORS>, mainly Timo Sirainen
99 <tss at iki.fi>, and are licensed under the terms of the MIT and
100 LGPLv2.1 licenses, see <http://dovecot.org/doc/COPYING> for details.
101
103 doveadm(1), doveconf(1), dovecot-lda(1), dsync(1)
104
105
106
107Dovecot v2.0 2010-07-02 DOVECOT(1)