Jump to content

Spam config files: Difference between revisions

From TetraWiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''''DELETE SPAM MESSAGES'''''
[[Category:Qmail]]
 
 
'''''DELETE SPAM MESSAGES - Qmail '''''
==Delete spam massages by header and body==
==Delete spam massages by header and body==
   
   

Latest revision as of 02:56, 28 November 2012


DELETE SPAM MESSAGES - Qmail

Delete spam massages by header and body[edit]

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