From 20aa6b4c032ba0e291865078b382a9c6dcaed783 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 21 Sep 2008 11:08:29 -0400
Subject: [PATCH] Fixed a few bugs in ubuntu 8.04 sasl setup.

---
 install/tpl/amavisd_user_config.master |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/install/tpl/amavisd_user_config.master b/install/tpl/amavisd_user_config.master
index d0a7a5e..c88e312 100644
--- a/install/tpl/amavisd_user_config.master
+++ b/install/tpl/amavisd_user_config.master
@@ -49,6 +49,13 @@
 $final_banned_destiny = D_BOUNCE;
 $final_bad_header_destiny = D_DISCARD;
 
+# Default settings, we st this very high to not filter aut emails accidently
+$sa_spam_subject_tag = '***SPAM*** ';
+$sa_tag_level_deflt  = 20.0;  # add spam info headers if at, or above that level
+$sa_tag2_level_deflt = 60.0; # add 'spam detected' headers at that level
+$sa_kill_level_deflt = 60.0; # triggers spam evasive actions
+$sa_dsn_cutoff_level = 100;   # spam level beyond which a DSN is not sent
+
 #
 # Disable spam and virus notifications for the admin user.
 # Can be overridden by the policies in mysql
@@ -65,7 +72,8 @@
 $DO_SYSLOG = 1;
 $LOGFILE = "/var/log/amavis.log";  # (defaults to empty, no log)
 
-$log_level = 5;                # (defaults to 0)
+# Set the log_level to 5 for debugging
+$log_level = 0;                # (defaults to 0)
 
 
 #------------ Do not modify anything below this line -------------

--
Gitblit v1.9.1