[dovecot-cvs] dovecot dovecot-example.conf,1.65,1.66
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Wed Jul  2 05:02:29 EEST 2003
    
        - Previous message: [dovecot-cvs] dovecot/src/lib-imap imap-bodystructure.c,1.36,1.37
	imap-envelope.c,1.28,1.29 imap-parser.c,1.45,1.46
	imap-parser.h,1.13,1.14
- Next message: [dovecot-cvs] dovecot/src/master mail-process.c,1.23,1.24
	master-settings.c,1.19,1.20 master-settings.h,1.12,1.13
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv30948
Modified Files:
	dovecot-example.conf 
Log Message:
Added imap_max_line_length setting to config file.
Index: dovecot-example.conf
===================================================================
RCS file: /home/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- dovecot-example.conf	26 Jun 2003 14:59:23 -0000	1.65
+++ dovecot-example.conf	2 Jul 2003 01:02:27 -0000	1.66
@@ -320,6 +320,11 @@
 # files, so it shouldn't harm much even if this limit is set pretty high.
 #imap_process_size = 256
 
+# Maximum IMAP command line length in bytes. Some clients generate very long
+# command lines with huge mailboxes, so you may need to raise this if you get
+# "Too long argument" or "IMAP command line too large" errors often.
+#imap_max_line_length = 65536
+
 # Support for dynamically loadable modules.
 #imap_use_modules = no
 #imap_modules = /usr/lib/dovecot/imap
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib-imap imap-bodystructure.c,1.36,1.37
	imap-envelope.c,1.28,1.29 imap-parser.c,1.45,1.46
	imap-parser.h,1.13,1.14
- Next message: [dovecot-cvs] dovecot/src/master mail-process.c,1.23,1.24
	master-settings.c,1.19,1.20 master-settings.h,1.12,1.13
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list