Junk mail not being moved to quarantine account
Having trained my spam filter, I find that spamassassin is correctly identifying over 95% of junk mail, and is marking it as such by rewriting the subject. However, it is still being delivered to my inbox despite having the following settings :-
mail:postfix:spam_quarantine = "spamcop@mydomain.com"
mail:postfix:spam_subject_tag = "***JUNK MAIL*** "
mail:postfix:spam_notify_admin_email = "spamcop@mydomain.com"
mail:postfix:black_hole_domains:_array_index:0 = "zen.spamhaus.org"
mail:postfix:spam_scan_enabled = yes
mail:postfix:virus_quarantine = "spamcop@mydomain.com"
mail:postfix:spam_rewrite_subject = yes
mail:postfix:virus_notify_admin_email = "spamcop@mydomain.com"
mail:postfix:spam_notify_admin = no
mail:postfix:spam_action = "deliver"
Do I need to change mail:postfix:spam_action or some other setting to have the junk sent to spamcop@mydomain.com instead of the user's inbox? Even better would be a global setting to send the spam to each user's 'Junk' folder, but for now a global quarantine account is fine.
**** UPDATE ***
I just checked in /Library/Server/Mail/Config/amavisd/amavisd.conf and find that the relevant lines are commented out. I could edit this manually, but suspect that some other setting is required to enable these. Any ideas?
#$virus_admin = 'spamcop@mydomain.com'; # notifications recip.
#$spam_admin = 'spamcop@mydomain.com';
#$spam_quarantine_to = 'spamcop@mydomain.com';
#$banned_quarantine_to = 'spamcop@mydomain.com';
#$virus_quarantine_to = 'spamcop@mydomain.com';
iMac, OS X Server, Mountain Lion Server 10.8.3