Re: [exim] Greylisting - how do you implement?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jason L Tibbitts III
Fecha:  
A: Derrick
Cc: exim-users
Asunto: Re: [exim] Greylisting - how do you implement?
>>>>> "D" == Derrick <dmacpher@???> writes:

D> I'm just wondering how people are greylisting, I've come across a
D> few methods:


On Fedora I just install the exim-greylist package, which sets up an
sqlite database, drops in a crontab to clean it and adds a file you
can .include in your exim.conf.

You can see all the goodies here:

http://cvs.fedora.redhat.com/viewcvs/rpms/exim/devel/

D> Any drawbacks?


None that I've found; the setup works automatically and needs no
additional servers or configuration outside of uncommenting some lines
in your exim.conf. It stops tons of spam.

- J<