bernhard: server/kolab/kolab/templates amavisd.conf.template, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Fri Nov 19 17:37:12 CET 2004


Author: bernhard

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

Modified Files:
	amavisd.conf.template 
Log Message:
More changes to make sure all spam is delivered and not quarantined.
	Disabled the cutoff, otherwise spam will get bounced.
	Disabled spam-quarantine-to, otherwise spam will also get quarantined.


Index: amavisd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/amavisd.conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- amavisd.conf.template	19 Nov 2004 13:07:52 -0000	1.3
+++ amavisd.conf.template	19 Nov 2004 16:37:10 -0000	1.4
@@ -599,7 +599,7 @@
 # similar for spam
 # (the default value is undef, meaning no quarantine)
 #
-$spam_quarantine_to = 'spam-quarantine';
+#$spam_quarantine_to = 'spam-quarantine';
 #$spam_quarantine_to = "spam-quarantine\@$mydomain";
 #$spam_quarantine_to = new_RE(                 # per-recip multiple quarantines
 #  [qr'^(.*)@example\.com$'i => 'spam-${1}@example.com'],
@@ -1106,7 +1106,7 @@
 			    # at or above that level: bounce/reject/drop,
 			    # quarantine, and adding mail address extension
 
-$sa_dsn_cutoff_level = 10;  # spam level beyond which a DSN is not sent,
+#$sa_dsn_cutoff_level = 10;  # spam level beyond which a DSN is not sent,
                             # effectively turning D_BOUNCE into D_DISCARD;
                             # undef disables this feature and is a default;
 





More information about the commits mailing list