dovecot-2.0-sslstream: shutdown_clients default should have been...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:33 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/46fb78ac0c46
changeset: 10162:46fb78ac0c46
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 22 22:58:53 2009 -0400
description:
shutdown_clients default should have been "yes".

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
src/imap/imap-settings.c |    2 +-
src/pop3/pop3-settings.c |    2 +-

diffs (24 lines):

diff -r e519b53b3f87 -r 46fb78ac0c46 src/imap/imap-settings.c
--- a/src/imap/imap-settings.c	Thu Oct 22 22:31:06 2009 -0400
+++ b/src/imap/imap-settings.c	Thu Oct 22 22:58:53 2009 -0400
@@ -36,7 +36,7 @@ static struct setting_define imap_settin
 
 static struct imap_settings imap_default_settings = {
 	MEMBER(mail_debug) FALSE,
-	MEMBER(shutdown_clients) FALSE,
+	MEMBER(shutdown_clients) TRUE,
 
 	/* RFC-2683 recommends at least 8000 bytes. Some clients however don't
 	   break large message sets to multiple commands, so we're pretty
diff -r e519b53b3f87 -r 46fb78ac0c46 src/pop3/pop3-settings.c
--- a/src/pop3/pop3-settings.c	Thu Oct 22 22:31:06 2009 -0400
+++ b/src/pop3/pop3-settings.c	Thu Oct 22 22:58:53 2009 -0400
@@ -36,7 +36,7 @@ static struct setting_define pop3_settin
 
 static struct pop3_settings pop3_default_settings = {
 	MEMBER(mail_debug) FALSE,
-	MEMBER(shutdown_clients) FALSE,
+	MEMBER(shutdown_clients) TRUE,
 
 	MEMBER(pop3_no_flag_updates) FALSE,
 	MEMBER(pop3_enable_last) FALSE,


More information about the dovecot-cvs mailing list