In Exim, I am using various RBLs. Sometimes I have the need to whitelist a certain IP, because the RBL provider has added a server that I don't want to block.
The Exim ACL looks like this:
HOST_WHITELIST=/etc/exim/acls/whitelist_from
hostlist white_list_from = net-lsearch;HOST_WHITELIST
I have a list of IPs that I maintain at /etc/exim/acls/whitelist_from
The current problem is that various yahoogroups.com servers keeps getting listed at CBL. It is really hard to keep up with the list of IPs.
What I want to do is whitelist entire class C blocks of their servers, like:
66.94.237.0 /24
66.218.66.0 /24
69.147.64.0 /24
209.73.160.0 /24
Currently I would have to list all 254 IPs in each of those blocks.
In searching the Internet, I've found mention of replacing net-lsearch with net24-lsearch or net-iplsearch, but Exim barks at this when I try it.
Can someone push me in the right direction?
Thanks!
- Scott
The Exim ACL looks like this:
HOST_WHITELIST=/etc/exim/acls/whitelist_from
hostlist white_list_from = net-lsearch;HOST_WHITELIST
I have a list of IPs that I maintain at /etc/exim/acls/whitelist_from
The current problem is that various yahoogroups.com servers keeps getting listed at CBL. It is really hard to keep up with the list of IPs.
What I want to do is whitelist entire class C blocks of their servers, like:
66.94.237.0 /24
66.218.66.0 /24
69.147.64.0 /24
209.73.160.0 /24
Currently I would have to list all 254 IPs in each of those blocks.
In searching the Internet, I've found mention of replacing net-lsearch with net24-lsearch or net-iplsearch, but Exim barks at this when I try it.
Can someone push me in the right direction?
Thanks!
- Scott