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

Top Pagina
Delete this message
Reply to this message
Auteur: Jeremy Harris
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Drop messages at RCPT time based on IP/Subnet
On 15/08/14 04:08, Alex wrote:
> I am ultimately wanting to refuse mail from a subnet:
>
> ITECH SERVICES, LLC CUST-NETBLK-PHX-23-231-32-0-21 (NET-23-231-32-0-1)
> 23.231.32.0 - 23.231.39.255


Glad the dnsbl way works for you, but (just for reference):

deny hosts = 23.231.32.0/24
     message = Go away, too much spam from you


added early in just about any ACL will do it too. The
connection ACL is fine, and avoids wasting machine time.

--
Cheers,
Jeremy