thomas: server/kolab-filter/filter config.php,1.9,1.10

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


Author: thomas

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

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


Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- config.php	28 Nov 2007 15:36:59 -0000	1.9
+++ config.php	29 Nov 2007 14:15:03 -0000	1.10
@@ -40,14 +40,14 @@
 $conf['filter']['imap_server'] = 'localhost';
 
 /* 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'] = 'localhost';
-$conf['filter']['smpt_port'] = 10025;
+$conf['filter']['smtp_host'] = 'localhost';
+$conf['filter']['smtp_port'] = 10025;
 
 /* Local IP address of the mailserver for bypassing content filters */
 $conf['filter']['local_addr'] = 'localhost';





More information about the commits mailing list