postfix-users

Re: how are you stopping this? (mailq full of connection refused)

Subject: Re: how are you stopping this? (mailq full of connection refused)
From: "Gary V" <mr88talent AT hotmail DOT com>
To: postfix-users AT postfix DOT org
Date: Sat, 11 Aug 2007 15:13:50 -0600
If it is the latter, then our amavisd.conf may be in error;  seemingly
relevant (and default) portion:

$sa_tag_level_deflt = 2.0; # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 6.2;  # add 'spam detected' headers at that level
$sa_kill_level_deflt = 6.9; # triggers spam evasive actions (e.g. blocks mail)
$sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
# $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off


This looks like an amavisd-new sender notification. Check the setting of $warnspamsender or lower the $sa_dsn_cutoff_level.

--
Noel Jones


Most likely a result of:
$final_spam_destiny = D_BOUNCE;

As an alternate to lowering $sa_dsn_cutoff_level, consider changing it to D_DISCARD - especially if spam is quarantined. Setting this to D_DISCARD would effectively be equivent to setting $sa_dsn_cutoff_level to a level at or below $sa_kill_level_deflt. The result is the same - spam is no longer bounced by amavisd-new.

Gary V

_________________________________________________________________
Booking a flight? Know when to buy with airfare predictions on MSN Travel. http://travel.msn.com/Articles/aboutfarecast.aspx&ocid=T001MSN25A07001


<Prev in Thread] Current Thread [Next in Thread>