wilde: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.21, 1.22

cvs at kolab.org cvs at kolab.org
Mon Feb 11 17:46:53 CET 2008


Author: wilde

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Kolab-Filter: don't reject or rewrite mails from privileged networks.
THIS IS AN PRELIMINARY HOT FIX.  See kolab/issue2466.


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- resmgr.conf.template.in	7 Dec 2007 15:44:20 -0000	1.21
+++ resmgr.conf.template.in	11 Feb 2008 16:46:51 -0000	1.22
@@ -70,6 +70,9 @@
 /* List of kolab hosts that are privileged */
 $conf['filter']['kolabhosts'] = '@@@kolabhost|join(,)@@@';
 
+/* List privileged networks */
+$conf['filter']['privileged_networks'] = '@@@postfix-mynetworks|join(,)@@@';
+
 /* Are we using virtual domains with Cyrus? */
 $conf['filter']['virtual_domains'] = true;
 





More information about the commits mailing list