Hi Max, On Tue, 11 Apr 2006 09:44:34 +1000 Gavin Carr <[EMAIL PROTECTED]> wrote: > On Mon, Apr 10, 2006 at 12:39:27PM -0700, Max Clark wrote: > > I need to share my greylisting data across multiple machines - does > > a patch exist to read/write this data to a mysql database? I'm > > assuming this will add _some_ load to the server - is there a better > > way to implement this? > > To my knowledge there aren't any patches to swap the bdb backend for > a DBI/mysql one, but it should be reasonably straightforward. You > might want to compare with Evan Harris' reference implementation at > http://www.greylisting.org/ (Implementations/Sendmail) which is in > perl and uses mysql.
Maybe something like this, which uses the sqlgrey daemon: http://www.nntp.perl.org/group/perl.qpsmtpd/4250 Hanno
