Downloads

Source

The official source code can be downloaded here:
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.2.7.tgz
MD5 (milter-greylist-4.2.6.tgz) = a47d70e0b8a73d341f0d511b3f693650

Changelog

Developement version:
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.3.9.tgz
MD5 (milter-greylist-4.3.8.tgz) = 20bb14f7ac52315202a33703d2f73169

Dev Changelog

Beta Source

Applied curl patch:
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.1.1.tgz

Building on RPM-based Linux distributions

The source package includes a spec file so it's easy to build your own RPM if you have a complete build system.

# rpmbuild -tb --clean milter-greylist-4.0.tgz

You can add configure options like this:

# rpmbuild -tb --clean --define "build_dnsrbl 1" milter-greylist-4.0.tgz

Source RPM for Linux

A source RPM configured with libspf2 support can be found here:

http://files.eschauzier.org/milter-greylist/

Julian Field, developer of MailScanner, has released SRPM:s with GeoIP support as well:

http://www.mailscanner.info/greylist.html

Binary packages

Solaris

The OpenCSW project provides binary packages for over 2000 popular open source titles for Solaris 8/9/10 on both Sparc and x86. The installation is very simple with dependency handling similar to apt-get found in Debian Linux.

All that is needed to install milter-greylist is:

# pkgutil -i miltergreylist

Info on the package can be found here: http://www.opencsw.org/packages/miltergreylist. The package is built with DNSRBL, urlchecks, libspf2 and GeoIP support.

Linux (RPM-based)

Milter-greylist compiled with libspf2 support:

http://files.eschauzier.org/milter-greylist/

Julian Field, developer of MailScanner, has released RPM:s with GeoIP support as well:

http://www.mailscanner.info/greylist.html

Utilities

Shell script to scrape Spamcop's top /24 CIDR blocks into a list for greylisting.
Perl script to analyze sendmail logs and print some statistics about the greylisting efficiency. Note you might need to modify it slightly to suit your environment and configuration. Add $fail to the variables set to zero on the first line! Usage:

# cat /var/log/maillog | account_grey
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License