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

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


Author: thomas

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
kolab-filter and resmgr.conf.template.in: lmpt -> lmtp, smpt -> smtp


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- resmgr.conf.template.in	28 Nov 2007 15:36:59 -0000	1.15
+++ resmgr.conf.template.in	29 Nov 2007 14:15:03 -0000	1.16
@@ -45,14 +45,14 @@
 $conf['filter']['imap_server'] = '@@@connect_addr@@@';
 
 /* LMTP settings (Cyrus IMAPd usually offers LMTP on port 2003) */
-$conf['filter']['lmpt_host'] = $conf['filter']['imap_server'];
-$conf['filter']['lmpt_port'] = 2003;
+$conf['filter']['lmtp_host'] = $conf['filter']['imap_server'];
+$conf['filter']['lmtp_port'] = 2003;
 
 /* SMTP settings (Kolab Postfix usually offers reinjection port on
  * 10025)
  */
-$conf['filter']['smpt_host'] = '@@@local_addr@@@';
-$conf['filter']['smpt_port'] = 10025;
+$conf['filter']['smtp_host'] = '@@@local_addr@@@';
+$conf['filter']['smtp_port'] = 10025;
 
 /* Local IP address of the mailserver for bypassing content filters */
 $conf['filter']['local_addr'] = '@@@local_addr@@@';





More information about the commits mailing list