steffen: server/kolab/kolab/templates main.cf.template,1.15,1.16

cvs at intevation.de cvs at intevation.de
Tue Oct 19 23:52:27 CEST 2004


Author: steffen

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

Modified Files:
	main.cf.template 
Log Message:
fix for issue475 (no resource handling when virus-scanner disabled)

Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/main.cf.template,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- main.cf.template	12 Oct 2004 14:10:51 -0000	1.15
+++ main.cf.template	19 Oct 2004 21:52:25 -0000	1.16
@@ -178,10 +178,18 @@
 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
 #
 
 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
 @@@endif@@@





More information about the commits mailing list