Jump to content

Spam config files: Difference between revisions

From TetraWiki
Subhash (talk | contribs)
Created page with "'''''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 ..."
 
No edit summary
Line 1: Line 1:
'''''DELETE SPAM MESSAGES'''''
'''''DELETE SPAM MESSAGES'''''
==Delete spam massages by header and body==
/var/qmail/bin/qmail-scanner-queue.pl
/var/qmail/bin/qmail-scanner-queue.pl



Revision as of 12:43, 29 September 2012

DELETE SPAM MESSAGES

Delete spam massages by header and body

/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)