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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
