|
From: Vern <ve...@cw...> - 2005-10-24 00:40:52
|
OK in case anyone is following this I mis-spoke previosuly when I sai that the
recursion no; option would work. It did but it wouldn't let any mail go out from my
box either. I found something somewhere that stated that this was related to doing DNS
lookups outside my box and I have have a newtork of servers that are pointed at this
boxes DNS as a DNS server. The fix, or at least so I think so far, was to add the
following under options along with all the IPs from my other boxes:
allow-recursion { 192.168.10.111; };
Haven't seen a message yet I hope this works.
---------- Forwarded Message -----------
From: "Vern" <ve...@cw...>
To: "Webmin List" <web...@li...>
Sent: Sat, 22 Oct 2005 23:36:59 -0400
Subject: RE: [webmin-l] no more recursive clients: quota reached
If anyone is interested I turned recursion off by using the following:
options {
recursion no;
}
I have no idea what the results to this will be but at least it's working.
Vern
------- End of Forwarded Message -------
|