June 2016
Intermediate to advanced
152 pages
3h 30m
English
SpamAssassin is a very popular tool, which uses a number of methodologies to identify spam messages and then either filter, tag or drop them. A few of the methods it uses includes Bayesian detection and the use of RBLs.
SpamAssassin can be configured globally by integrating directly with your mail server, or can be implemented on a per client basis through Procmail or integration with your mail client. Thunderbird from the Mozilla project, for example, integrates with SpamAssassin.
Let's look at how to integrate SpamAssassin directly in with Postfix.
SpamAssassin:
$ sudo apt-get install spamassassin
spamd:
$ sudo sed -i 's/^ENABLED=.*/ENABLED=1/g' /etc/default/spamassassin ...Read now
Unlock full access