martin: server/kolabd/kolabd/templates imapd.conf.template.in, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Mon Dec 18 23:04:28 CET 2006


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv9078/kolabd/kolabd/templates

Modified Files:
	imapd.conf.template.in 
Log Message:
Martin Konold: Fix issue 1540


Index: imapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.conf.template.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- imapd.conf.template.in	9 Nov 2006 18:17:05 -0000	1.8
+++ imapd.conf.template.in	18 Dec 2006 22:04:26 -0000	1.9
@@ -4,7 +4,7 @@
 OWNERSHIP=@imap_usr@:@imap_grp@
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003-2005 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2003-2006 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).
 # Read the file COPYING that comes with this packages for details.
@@ -60,6 +60,7 @@
 ldap_bind_dn:           @@@php_dn@@@
 ldap_password:          @@@php_pw@@@
 ldap_time_limit:        15
+
 virtdomains:            ldap
 
 ## Murder slave setup
@@ -81,3 +82,9 @@
 # use berkeley db backend instead of skiplist
 annotation_db: berkeley
 mboxlist_db: berkeley
+
+# The interval (in seconds) for polling the mailbox for changes while running the IDLE command.  
+# This option is used when  idled  can not be contacted or when polling is used exclusively.
+# The minimum value is 1.  A value of 0 will disable polling (and disable IDLE if polling is 
+# the only method available).
+imapidlepoll: 5





More information about the commits mailing list