Obviously, you don't have correct settings of quarantining.
Unksi wrote:
# grep 'spam_quarantine'
#$spam_quarantine_to = 'spam-quarantine';
#$spam_quarantine_method = 'sql:';
#$spam_quarantine_method = undef;
You must uncomment first two lines, and leave the third line comment out:
$spam_quarantine_to = 'spam-quarantine';
$spam_quarantine_method = 'sql:';
#$spam_quarantine_method = undef;
Unksi wrote:
spam_quarantine_method => 'sql:',
Missing '$' at the beginning.
Please follow out wiki tutorial strictly:
http://www.iredmail.org/wiki/index.php? … ining.SPAM