[dovecot-cvs] dovecot/src/imap-login client.c,1.51.2.9,1.51.2.10
    tss at dovecot.org 
    tss at dovecot.org
       
    Fri Nov 24 09:32:02 UTC 2006
    
        - Previous message: [dovecot-cvs] dovecot/src/plugins/quota quota-dict.c, 1.16,	1.17 quota-dirsize.c, 1.15, 1.16 quota-fs.c, 1.25,	1.26 quota-maildir.c, 1.16, 1.17 quota.c, 1.15, 1.16 quota.h,	1.7, 1.8
 
        - Next message: [dovecot-cvs] dovecot/src/pop3-login client.c,1.50.2.9,1.50.2.10
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv18700/imap-login
Modified Files:
      Tag: branch_1_0
	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/imap-login/client.c,v
retrieving revision 1.51.2.9
retrieving revision 1.51.2.10
diff -u -d -r1.51.2.9 -r1.51.2.10
--- client.c	12 Nov 2006 12:41:28 -0000	1.51.2.9
+++ client.c	24 Nov 2006 09:32:00 -0000	1.51.2.10
@@ -29,7 +29,7 @@
 #define MAX_IMAP_LINE 8192
 
 /* 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
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/plugins/quota quota-dict.c, 1.16,	1.17 quota-dirsize.c, 1.15, 1.16 quota-fs.c, 1.25,	1.26 quota-maildir.c, 1.16, 1.17 quota.c, 1.15, 1.16 quota.h,	1.7, 1.8
 
	- Next message: [dovecot-cvs] dovecot/src/pop3-login client.c,1.50.2.9,1.50.2.10
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list