thomas: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.16, 1.17

cvs at kolab.org cvs at kolab.org
Thu Nov 29 15:37:39 CET 2007


Author: thomas

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Fixed connection addresses for IMAP server and LMTP.


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- resmgr.conf.template.in	29 Nov 2007 14:15:03 -0000	1.16
+++ resmgr.conf.template.in	29 Nov 2007 14:37:37 -0000	1.17
@@ -42,10 +42,14 @@
 $conf = array();
 
 /* Cyrus server connection string */
+@@@if cyrus-imap@@@
 $conf['filter']['imap_server'] = '@@@connect_addr@@@';
+@@@else@@@
+$conf['filter']['imap_server'] = '@@@local_addr@@@';
+@@@endif@@@
 
 /* LMTP settings (Cyrus IMAPd usually offers LMTP on port 2003) */
-$conf['filter']['lmtp_host'] = $conf['filter']['imap_server'];
+$conf['filter']['lmtp_host'] = '@@@local_addr@@@';
 $conf['filter']['lmtp_port'] = 2003;
 
 /* SMTP settings (Kolab Postfix usually offers reinjection port on





More information about the commits mailing list