<br><font size=2 face="sans-serif">I'm using rbldnsd to create my own private
whitelist. &nbsp; &nbsp;While this seems to work well using ip4set and
IP addresses, I have a situation where I want to be able to whitelist an
entire domain.</font>
<br>
<br><font size=2 face="sans-serif">let's take for example: &nbsp; server
mail.example.com. &nbsp; Has an IP address of 1.2.3.4</font>
<br>
<br><font size=2 face="sans-serif">mydomain.com is running the whitelist.</font>
<br>
<br><font size=2 face="sans-serif">so if I have:</font>
<br>
<br><font size=2 face="sans-serif">*.example.com:127.0.0.3</font>
<br>
<br><font size=2 face="sans-serif">in my zone file.</font>
<br>
<br><font size=2 face="sans-serif">When my mailserver gets a connection
from 1.2.3.4, it does a lookup of 4.3.2.1.mydomain.com</font>
<br>
<br><font size=2 face="sans-serif">How do I get rbldnsd to return 127.0.0.3
based on the zone file (assuming I don't have an IP entry anywhere)???</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br>
<br>