gunnar: server/kolab-filter/filter config.php,1.7,1.8

cvs at kolab.org cvs at kolab.org
Tue Nov 27 15:52:20 CET 2007


Author: gunnar

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

Modified Files:
	config.php 
Log Message:
Sync this configuration file with the template.

Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- config.php	27 Nov 2007 14:21:15 -0000	1.7
+++ config.php	27 Nov 2007 14:52:18 -0000	1.8
@@ -39,6 +39,16 @@
 /* Cyrus server connection string */
 $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;
+
+/* SMTP settings (Kolab Postfix usually offers reinjection port on
+ * 10025)
+ */
+$conf['filter']['smpt_host'] = 'localhost';
+$conf['filter']['smpt_port'] = 10025;
+
 /* Local IP address of the mailserver for bypassing content filters */
 $conf['filter']['local_addr'] = 'localhost';
 
@@ -124,19 +134,6 @@
 
 /* Temporary data storage for the scripts */
 $conf['filter']['tempdir'] = '';
-
-/* What is the address of this host? */
-$conf['filter']['server'] = 'localhost';
-
-/* LMTP settings (Cyrus IMAPd usually offers LMTP on port 2003) */
-$conf['filter']['lmpt_host'] = 'localhost';
-$conf['filter']['lmpt_port'] = 2003;
-
-/* SMTP settings (Kolab Postfix usually offers reinjection port on
- * 10025)
- */
-$conf['filter']['smpt_host'] = 'localhost';
-$conf['filter']['smpt_port'] = 10025;
 
 /* PHP error logging */
 $conf['filter']['error_log'] = '/kolab/var/kolab-filter/log/fatal.log';





More information about the commits mailing list