<div dir="ltr"><div> </div><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 2, 2013 at 4:33 PM,  <span dir="ltr"><<a href="mailto:francwalter@gmx.net" target="_blank">francwalter@gmx.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">Hello,<br>
<br>
I have on my Ubuntu 12.04 LTS server a postfix 2.9.3-2 MTA with AMaViS 2.6.5 and Spamassassin 3.3.2.<br>
I set in my 50-user setting file for amavis:<br>
<br>
$sa_tag2_level_deflt = 5<br>
$sa_kill_level_deflt = 6.13<br>
$sa_dsn_cutoff_level = 100 (only to test, normally 10)<br>
<br>
In my <a href="http://blacklist.cf" target="_blank">blacklist.cf</a> of spamassassin config I set a special E-Mail-address to 11.11 score, so each mail from this address gets +11.11 on its score.<br>
<br>
But I never get a message from the Mailer Daemon of this spam-test-address (it is a <a href="http://gmx.net" target="_blank">gmx.net</a> address, by the way) that this mail got rejected by my server.<br>
I find the mail in the quarantine folder (/var/lib/amavis/virusmails), but there is never a message from the Mailer Daemon.<br>
<br>
I thought if the score is higher than $sa_kill_level_deflt (6.13 in my case) than it is rejected with a notice, only if the score is higher than $sa_dsn_cutoff_level (100 here) the mail is just dropped, without notice, no message then from the Mailer Daemon of the transfering MTA (gmx in this case).<br>

<br>
What do I need to do, that postfix gives a appropriate REJECT to a spam mail?<br>
What could I have overseen?<br>
Is there maybe a postfix setting which touches this behaviour?<br>
<br>
Thank you for hints,<br>
<br>
frank<br>
<br></blockquote><div> </div><div><div>Generally speaking, you never want your server to send a bounce notice back to a spammer - since nearly all spam has a spoofed sender address, so it's a good thing that a bounce was not sent.</div>
<div> </div><div>Look at your $final_spam_destiny setting.</div><div> </div><div>$final_spam_destiny = D_DISCARD;</div><div>will not send a bounce.</div><div> </div><div><a href="http://www200.pair.com/mecham/spam/amavisd-settings.html">http://www200.pair.com/mecham/spam/amavisd-settings.html</a><br clear="all">
<br>-- <br>Gary V
</div></div></div></div></div>