From 9bc82408a22871204f75c62ba8cc4fa775367f5f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 23 Oct 2009 16:23:35 -0400 Subject: [PATCH] example-config: Moved shutdown_clients to main dovecot.conf. --HG-- branch : HEAD --- doc/example-config/conf.d/mail.conf | 6 ------ doc/example-config/dovecot.conf | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) 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 ## -- 2.47.3