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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: jpff
Data:  
Para: 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