steffen: server/kolabd/kolabd/templates amavisd.conf.template, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Thu Jan 6 14:28:24 CET 2005


Author: steffen

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

Modified Files:
	amavisd.conf.template 
Log Message:
patch for amavisd-new

Index: amavisd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- amavisd.conf.template	23 Nov 2004 20:26:48 -0000	1.1.1.1
+++ amavisd.conf.template	6 Jan 2005 13:28:22 -0000	1.2
@@ -17,6 +17,7 @@
 # Section VI   - Resource limits
 # Section VII  - External programs, virus scanners, SpamAssassin
 # Section VIII - Debugging
+# Section IX   - Policy Banks
 
 #GENERAL NOTES:
 #  This file is a normal Perl code, interpreted by Perl itself.
@@ -1484,6 +1485,21 @@
 
 # Turn on SpamAssassin debugging (output to STDERR, use with 'amavisd debug')
 #$sa_debug = 1;            # defaults to false
+
+#
+# Section IX - Policy banks (dynamic policy switching)
+#
+
+# the name 'MYUSERS' has special semantics: this policy bank gets loaded
+# whenever the sender matches local_domains_maps. This only makes sense if
+# local sender addresses can be trusted -- for example by requireing
+# authentication before letting the users send with their local address.
+
+$policy_bank{'MYUSERS'} = {  # mail from authenticated users on this system
+  # Bounce only to local users
+  final_virus_destiny      => D_BOUNCE,
+  final_banned_destiny     => D_BOUNCE,
+};
 
 
 #-------------





More information about the commits mailing list