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
    
        - Previous message: gunnar: server/horde/fbview-kronolith HK-SB-Fbview_extra_params.patch,	NONE, 1.1 HK-SB-Fbview_save_attendees.patch, NONE,	1.1 fbview-kronolith.spec, 1.16, 1.17 prefs.php, 1.2,	1.3 fbview.patch, 1.1, NONE open_savedattlist_win.js, 1.1,	NONE savedattlist.inc, 1.1, NONE savedattlist.php, 1.1, NONE 
 
        - Next message: thomas: server/kolab-filter ChangeLog,1.1,1.2 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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';
    
    
        
	- Previous message: gunnar: server/horde/fbview-kronolith HK-SB-Fbview_extra_params.patch,	NONE, 1.1 HK-SB-Fbview_save_attendees.patch, NONE,	1.1 fbview-kronolith.spec, 1.16, 1.17 prefs.php, 1.2,	1.3 fbview.patch, 1.1, NONE open_savedattlist_win.js, 1.1,	NONE savedattlist.inc, 1.1, NONE savedattlist.php, 1.1, NONE 
 
	- Next message: thomas: server/kolab-filter ChangeLog,1.1,1.2 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list