[dovecot-cvs] dovecot/src/pop3-login client.c,1.60,1.61
tss at dovecot.org
tss at dovecot.org
Fri Nov 24 09:32:08 UTC 2006
Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv18698/pop3-login
Modified Files:
client.c
Log Message:
Increase allowed pre-login idle timeout from 1 minute to 3 minutes. This
allows the user to type the password more slowly, although I haven't heard
this causing problems for anyone.
Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- client.c 18 Nov 2006 13:50:50 -0000 1.60
+++ client.c 24 Nov 2006 09:32:05 -0000 1.61
@@ -27,7 +27,7 @@
#define MAX_OUTBUF_SIZE 4096
/* Disconnect client after idling this many seconds */
-#define CLIENT_LOGIN_IDLE_TIMEOUT 60
+#define CLIENT_LOGIN_IDLE_TIMEOUT (3*60)
/* Disconnect client when it sends too many bad commands */
#define CLIENT_MAX_BAD_COMMANDS 10
More information about the dovecot-cvs
mailing list