stuart: releng/kolab kolab.globals,1.1.1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed May 12 13:27:17 CEST 2004


Author: stuart

Update of /kolabrepository/releng/kolab
In directory doto:/tmp/cvs-serv11528

Modified Files:
	kolab.globals 
Log Message:
Modified globals file for use with the new template mechanism, also sets logging to file by default


Index: kolab.globals
===================================================================
RCS file: /kolabrepository/releng/kolab/kolab.globals,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- kolab.globals	3 May 2004 14:06:16 -0000	1.1.1.1
+++ kolab.globals	12 May 2004 11:27:15 -0000	1.2
@@ -1,15 +1,23 @@
-conn_refresh_period : 60
+#
+# See the file CONTRIBUTORS that was distributed with this program for
+# copyright information.
+#
+# This is free software; see the source for copying conditions.  There is NO
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
+# to the extent permitted by law.
+#
+#                     THIS FILE SHOULD NEVER BE EDITED
+#
+# User changes should instead be made in kolab.conf - any variables defined
+# in kolab.conf automatically overwrite those in kolab.globals.
+#
+
+conn_refresh_period : 60                        # One hour
 cyrus-admins : manager
 cyrus-autocreatequota : 100000
-cyrus-imap : TRUE
-cyrus-imaps : TRUE
-cyrus-pop3 : FALSE
-cyrus-pop3s : TRUE
-cyrus-sieve : TRUE
 directory_mode : slurpd
-gyard_deletion_period : 10080
+gyard_deletion_period : 10080                   # Seven days
 ldap_uri : ldap://127.0.0.1:389
-log_level : 2
 postfix-mydestination : $mydomain
 proftpd-ftp : FALSE
 proftpd-userPassword :
@@ -30,8 +38,29 @@
 dirserv_mailbox_user :
 dirserv_mailbox_password :
 dirserv_poll_period : 120
-maildefer_size: 
-maildefer_header: 
+maildefer_size:
+maildefer_header:
 maildefer_listen: 127.0.0.1:10024
 maildefer_talk: 127.0.0.1:10025
 
+# Cyrus interfaces
+
+cyrus-imap : true
+cyrus-imaps : true
+cyrus-pop3 : false
+cyrus-pop3s : true
+cyrus-sieve : true
+
+# Cyrus interface commands; these are used if the above interfaces are enabled
+
+cyrus_imap_cmd : imap cmd="imapd -C @l_prefix@/etc/imapd/imapd.conf" listen="143" prefork=0
+cyrus_pop3_cmd : pop3 cmd="pop3d -C @l_prefix@/etc/imapd/imapd.conf" listen="110" prefork=0
+cyrus_imaps_cmd : imaps cmd="imapd -C @l_prefix@/etc/imapd/imapd.conf" listen="993" prefork=0
+cyrus_pop3s_cmd : pop3s cmd="pop3d -C @l_prefix@/etc/imapd/imapd.conf" listen="995" prefork=0
+cyrus_sieve_cmd : sieve cmd="timsieved -C @l_prefix@/etc/imapd/imapd.conf" listen="2000" prefork=0
+
+# Logging
+
+log_level : 2
+log : file:@l_prefix@/var/kolab/kolab.log       # Log to file...
+# log : syslog:cons, pid                          # ...or rather to syslog





More information about the commits mailing list