Re: [exim] Greylisting without SQL db

Top Page
Delete this message
Reply to this message
Author: David Woodhouse
Date:  
To: Andreas Pettersson
CC: exim users
Subject: Re: [exim] Greylisting without SQL db
On Sat, 2006-10-07 at 23:14 +0200, 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.


http://david.woodhou.se/eximconf/include/acl-greylist if you _really_
want to avoid a database. You need the rest of your ACLs to set $acl_m0
if there are reasons for considering the mail 'suspicious' -- it's silly
to just greylist incoming mail indiscriminately.

You'd do better to use
http://david.woodhou.se/eximconf/include/acl-greylist-sqlite though.


--
dwmw2