Quote:
Originally Posted by koltz
One other issue I seem to be having since the upgrade. My SPAM filter doesn't seem to work now. It was working perfectly and rechecked all my settings. But I am now receiving all SPAM.
|
Edit
Code:
/etc/amavis/conf.d/50-user
locate :
Code:
$final_spam_destiny = D_PASS;
change it to:
Code:
$final_spam_destiny = D_DISCARD;
Save the file
Then :
Code:
/etc/init.d/amavis restart
take care