Jump to content

Spam config files

From TetraWiki
Revision as of 15:59, 25 July 2026 by Admin (talk | contribs) (Flag as outdated (client review pass))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is an Old / Outdated Article, Please use this only as technical Reference
Reason: Old Technology But Relevant for Understanding of Mailing Concepts and Fundamentals
Flagged: 2026-07


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)