thomas: server/kolab-filter/filter config.php,1.12,1.13

cvs at kolab.org cvs at kolab.org
Thu Mar 13 18:36:38 CET 2008


Author: thomas

Update of /kolabrepository/server/kolab-filter/filter
In directory doto:/tmp/cvs-serv21170/kolab-filter/filter

Modified Files:
	config.php 
Log Message:
Updated kolab-filter/kolab-freebusy config.php via convert_template2config_php.pl


Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- config.php	3 Dec 2007 11:27:19 -0000	1.12
+++ config.php	13 Mar 2008 17:36:36 -0000	1.13
@@ -40,7 +40,7 @@
 $conf['filter']['imap_server'] = 'localhost';
 
 /* LMTP settings (Cyrus IMAPd usually offers LMTP on port 2003) */
-$conf['filter']['lmtp_host'] = $conf['filter']['imap_server'];
+$conf['filter']['lmtp_host'] = 'localhost';
 $conf['filter']['lmtp_port'] = 2003;
 
 /* SMTP settings (Kolab Postfix usually offers reinjection port on
@@ -61,6 +61,9 @@
 /* List of kolab hosts that are privileged */
 $conf['filter']['kolabhosts'] = 'one.example.com,two.example.com,three.example.com';
 
+/* List privileged networks */
+$conf['filter']['privileged_networks'] = '';
+
 /* Are we using virtual domains with Cyrus? */
 $conf['filter']['virtual_domains'] = true;
 
@@ -124,10 +127,10 @@
 $conf['filter']['calendar_store'] = 'Calendar';
 
 /* Where can we get free/busy information from? */
-$conf['filter']['freebusy_url'] = 'http://localhost/freebusy/${USER}.xfb';
+$conf['filter']['freebusy_url'] = 'https://example.com/freebusy/${USER}.xfb';
  
 /* PFB url to trigger creation of pfb */
-$conf['filter']['pfb_trigger_url'] = 'https://localhost/freebusy/trigger/${USER}/${FOLDER}.xpfb';
+$conf['filter']['pfb_trigger_url'] = 'https://example.com/freebusy/trigger/${USER}/${FOLDER}.xpfb';
 
 /* Temporary data storage for the scripts */
 $conf['filter']['tempdir'] = '';
@@ -135,7 +138,7 @@
 /* PHP error logging */
 $conf['filter']['error_log'] = '/kolab/var/kolab-filter/log/fatal.log';
 
-/* Horde::Log configuration 
+/* Horde::Log configuration
  *
  * PEAR_LOG_INFO is the suggested setting for tracking what happens to
  * your mails in the filters.





More information about the commits mailing list