Re: [exim] Greylisting without SQL db

Page principale
Supprimer ce message
Répondre à ce message
Auteur: W B Hacker
Date:  
À: exim users
Sujet: 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