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

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: jpff
Data:  
Para: exim-users
Assunto: 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