steffen: server/kolab/kolab/templates main.cf.template,1.17,1.18

cvs at intevation.de cvs at intevation.de
Mon Nov 8 12:14:58 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv24149/kolab/kolab/templates

Modified Files:
	main.cf.template 
Log Message:
fix for issue512 (kolab contentfilter only ran for mail output from amavis)

Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/main.cf.template,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- main.cf.template	4 Nov 2004 07:37:56 -0000	1.17
+++ main.cf.template	8 Nov 2004 11:14:56 -0000	1.18
@@ -178,10 +178,6 @@
 ldaptransport_version = 3
 
 
-# Default use post-cleanup that
-# runs the resouce handler
-cleanup_service_name=post-cleanup
-
 @@@if postfix-enable-virus-scan@@@
 #
 # Amavis virus scan
@@ -189,7 +185,8 @@
 
 content_filter=smtp-amavis:[127.0.0.1]:10024
 
-# In this case post-cleanup is run elsewhere,
-# so skip it here
-cleanup_service_name=cleanup
+@@@else@@@
+
+content_filter=kolabfilter
+
 @@@endif@@@





More information about the commits mailing list