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.

Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages.

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

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound