thomas: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.10, 1.11

cvs at kolab.org cvs at kolab.org
Mon Oct 8 17:50:13 CEST 2007


Author: thomas

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

Modified Files:
	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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- resmgr.conf.template.in	16 Aug 2007 10:47:10 -0000	1.10
+++ resmgr.conf.template.in	8 Oct 2007 15:50:11 -0000	1.11
@@ -40,7 +40,10 @@
  */
 
 // 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