Re: [exim] Greylisting without SQL db

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim users
Subject: Re: [exim] Greylisting without SQL db
Andreas Pettersson wrote:

> Does anyone know of a good greylister for use within Exim ACL that
> doesn't make use of an SQL db? Or require python for that matter.
>
> I'm thinking of implementing greylisting, but I don't want to set up a
> db just for this cause.
>
>
> Regards,
> Andreas
>
>


I have seen one for Postfix written in perl called 'greylist.pl'. Used a
Berkeley DB instead of SQL.

Any form of greylisting needs to store data and manipulate some form of time
accounting, so avoiding a DB or its functional equivalent is hard to do.

YMMV,

Bill