On 2011-08-25 at 09:03 +0100, De Ranter, Nico wrote: > If I understand correctly the special_ipv4_bad part is just there so I can > make some exceptions right?
It's "IP addresses we refuse to deliver to, even if that's what the DNS resolves to". $ exim -bP +special_ipv4_bad hostlist special_ipv4_bad = +rfc1918_addresses : 0.0.0.0/8 : 127.0.0.0/8 : 169.254.0.0/16 : 192.0.2.0/24 : 198.18.0.0/15 : 224.0.0.0/4 : 240.0.0.0/4 $ exim -bP +rfc1918_addresses hostlist rfc1918_addresses = 10.0.0.0/8 : 172.16.0.0/12 : 192.168.0.0/16 Hrm, it's missing TEST-NET2 & TEST-NET-3, 198.51.100.0/24 and 203.0.113.0/24, time to update that. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
