dovecot-2.0: lmtp: Increased client idle timeout to 5 minutes.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jul 20 15:00:11 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/cfda26381f58
changeset: 11864:cfda26381f58
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 20 13:00:08 2010 +0100
description:
lmtp: Increased client idle timeout to 5 minutes.
Some MTAs can spend a while doing DNS lookups during the LMTP session.

diffstat:

 src/lmtp/client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 598b1334fbba -r cfda26381f58 src/lmtp/client.c
--- a/src/lmtp/client.c	Tue Jul 20 12:47:34 2010 +0100
+++ b/src/lmtp/client.c	Tue Jul 20 13:00:08 2010 +0100
@@ -22,7 +22,7 @@
 
 #include <unistd.h>
 
-#define CLIENT_IDLE_TIMEOUT_MSECS (1000*60)
+#define CLIENT_IDLE_TIMEOUT_MSECS (1000*60*5)
 #define CLIENT_MAX_INPUT_SIZE 4096
 
 static struct client *clients = NULL;


More information about the dovecot-cvs mailing list