Spam config files
Appearance
DELETE SPAM MESSAGES /var/qmail/bin/qmail-scanner-queue.pl
sa-delete=20 SPAM MARKE SCORE
vim /etc/mail/spamassassin/local.cf
/usr/share/spamassassin/
SPAM LOGS QMAIL
/var/spool/qmailscan/qmail-queue.log
RESTART SPAMASSASSING SERVICE FROM /SERVICE svc -d /service/spamassassin/
svc -u /service/spamassassin/
Configuration files of spamassassin
/usr/share/spamassassin
/etc/mail/spamassassin directories.
We can blacklist and whitelist a user or a domain in below file
/etc/mail/spamassassin/local.cf
whitelist_from d.cary@sparkingwire.com
blacklist_from *@example.com
--Subhash 16:42, 29 September 2012 (IST)