dovecot-2.0-sslstream: lmtp: Keep connection to config process o...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:03 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/e0db66c8b9a9
changeset: 10260:e0db66c8b9a9
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 05 18:01:06 2009 -0500
description:
lmtp: Keep connection to config process open.

diffstat:

1 file changed, 2 insertions(+)
src/lmtp/main.c |    2 ++

diffs (12 lines):

diff -r 584e848fc957 -r e0db66c8b9a9 src/lmtp/main.c
--- a/src/lmtp/main.c	Thu Nov 05 17:57:53 2009 -0500
+++ b/src/lmtp/main.c	Thu Nov 05 18:01:06 2009 -0500
@@ -62,6 +62,8 @@ int main(int argc, char *argv[])
 	if (IS_STANDALONE()) {
 		service_flags |= MASTER_SERVICE_FLAG_STANDALONE |
 			MASTER_SERVICE_FLAG_STD_CLIENT;
+	} else {
+		service_flags |= MASTER_SERVICE_FLAG_KEEP_CONFIG_OPEN;
 	}
 
 	master_service = master_service_init("lmtp", service_flags,


More information about the dovecot-cvs mailing list