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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: jpff
Datum:  
To: exim-users
Betreff: 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