Re: [exim] Drop messages at RCPT time based on IP/Subnet

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: jpff
Fecha:  
A: exim-users
Asunto: Re: [exim] Drop messages at RCPT time based on IP/Subnet
I found sufficient numbers of IP addresses not in the BLs I use that I
just created a plain file of "bad" IPs and then


   deny    message  = Mail is not accepted from spammers at $sender_host_address
           hosts = /etc/exim4/blacklist
           delay = 10s


==John ff