thomas: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.9, 1.9.2.1

cvs at kolab.org cvs at kolab.org
Wed Sep 19 19:06:44 CEST 2007


Author: thomas

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

Modified Files:
      Tag: kolab_2_1_branch
	resmgr.conf.template.in 
Log Message:
Determine connect_addr and use it for connecting to Kolab services.


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- resmgr.conf.template.in	1 May 2007 08:16:54 -0000	1.9
+++ resmgr.conf.template.in	19 Sep 2007 17:06:42 -0000	1.9.2.1
@@ -9,7 +9,10 @@
 @define('HORDE_BASE', '@webserver_document_root@@webserver_web_prefix@/fbview');
 
 // What is the address of the Cyrus server where the calendar data is stored?
-$params['server'] = 'localhost';
+$params['server'] = '@@@connect_addr@@@';
+
+// Local IP address of the mailserver for bypassing content filters
+$params['local_addr'] = '@@@local_addr@@@';
 
 // What is our default mail domain? This is used if any users do not have
 // '@domain' specified after their username as part of their email address.





More information about the commits mailing list