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