SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Pyzor
Credits
Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.
Installation
Download the latest source:
cd /extra/src
wget http://umn.dl.sourceforge.net/sourceforge/pyzor/pyzor-0.4.0.tar.bz2
tar -jxvf pyzor-0.4.0.tar.bz2
cd pyzor-0.4.0
Build and install Pyzor:
python setup.py build
python setup.py install
Create a directory for the Pyzor config files:
mkdir /etc/mail/spamassassin/.pyzor
Add Pyzor to the SpamAssassin config file /etc/mail/spamassassin/local.cf
:
pyzor_options --homedir /etc/mail/spamassassin/.pyzor
Run Pyzor with the discover
option to add some servers:
pyzor --homedir /etc/mail/spamassassin/.pyzor discover
Restart SpamAssassin:
svc -t /service/spamd
- Log in to post comments