From: Timo Sirainen Date: Fri, 23 Oct 2009 20:23:35 +0000 (-0400) Subject: example-config: Moved shutdown_clients to main dovecot.conf. X-Git-Tag: 2.0.alpha3~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bc82408a22871204f75c62ba8cc4fa775367f5f;p=thirdparty%2Fdovecot%2Fcore.git example-config: Moved shutdown_clients to main dovecot.conf. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/mail.conf b/doc/example-config/conf.d/mail.conf index 45cebd8efc..15f5e3518c 100644 --- a/doc/example-config/conf.d/mail.conf +++ b/doc/example-config/conf.d/mail.conf @@ -187,12 +187,6 @@ # the chroot directory, append "/." to mail_chroot. #mail_chroot = -# Should all IMAP and POP3 processes be killed when Dovecot master process -# shuts down. Setting this to "no" means that Dovecot can be upgraded without -# forcing existing client connections to close (although that could also be -# a problem if the upgrade is e.g. because of a security fix). -#shutdown_clients = yes - # UNIX socket path to master authentication server to find users. # This is used by imap (for shared users) and lda. #auth_socket_path = /var/run/dovecot/auth-userdb diff --git a/doc/example-config/dovecot.conf b/doc/example-config/dovecot.conf index 4ec61e68c6..834b0307cb 100644 --- a/doc/example-config/dovecot.conf +++ b/doc/example-config/dovecot.conf @@ -51,6 +51,12 @@ # (eg. shared mailboxes or if same uid is used for multiple accounts). #verbose_proctitle = no +# Should all processes be killed when Dovecot master process shuts down. +# Setting this to "no" means that Dovecot can be upgraded without +# forcing existing client connections to close (although that could also be +# a problem if the upgrade is e.g. because of a security fix). +#shutdown_clients = yes + ## ## Dictionary server settings ##