Re: [exim] exim + greylisting

Top Page
Delete this message
Reply to this message
Author: Arthur Hagen
Date:  
To: exim-users
Subject: Re: [exim] exim + greylisting
On Mon, 2007-03-05 at 11:36 +0200, Paulo Andre wrote:
> Heiko Schlittermann wrote:
> > Paulo Andre <pandre@???> (Mo 05 Mär 2007 09:11:16 CET):
> >
> >> Can someone please suggest a greylisting solution for exim with a MySQL
> >>
> >
> > Why do you need the MySQL backend?
> >
> Not neccessarily need it, but it is what I am more familar with, then
> could you suggest another greylisting solution?


I think the question was asked because generally speaking, any SQL
server or other relational database will be rather inefficient for
simple queries where you only want a single result. That's not what
they are primarily designed for, and a hash-table based query engine
will usually perform much better, and without the overhead.

That said, there's a list here that may be of help:

http://greylisting.org/implementations/exim.shtml

Regards,
--
*Art