Re: [exim] Greylisting without SQL db

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: W B Hacker
Ημερομηνία:  
Προς: exim users
Αντικείμενο: 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