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 -- ## 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/
