Welcome to rGreylister

rGreylister is a simple greylisting application for use with qmail, written by SanderVanDenBerg. It is written in ruby and based on the ideas of:
Thomas Mangin
General greylisting
qgreylist

I reimplemented a greylister so it uses a database backend to store IP-addresses of senders. This way it saved precious iNode's on my VPS :) The greylister requires a database with TwoTables. See the comments in the source for more details. You can configure this database by using a file called "config.yml". This file should be in the same directory as the rGreylister script (e.g. /var/qmail/bin).

The contents of the config.yml look like this:

#this is my 'config.yml'
ip_env_variable: TCPREMOTEIP
db_uri: DBI:Mysql:TESTDB:localhost 
db_user: testuser
db_password: test123

Please post tickets if you have used this software and found problems. This software is open-source software, it may be freely re-used or spread.

The software can be downloaded here: DownloadRgreylist