white-listing in hosts_allow plugin

2010-12-09 Thread Robin Bowes
Hi, I'd like to add the capability to white-list in the hosts_allow plugin. Specifically, we have a relay that we expect to get multiple connections from so I don't want to restrict connections from that IP. I was looking at the hosts_allow code, trying to work out the best way to implement this

Re: white-listing in hosts_allow plugin

2010-12-09 Thread Robin Bowes
On 09/12/10 13:10, Robin Bowes wrote: > Hi, > > I'd like to add the capability to white-list in the hosts_allow plugin. > Specifically, we have a relay that we expect to get multiple connections > from so I don't want to restrict connections from that IP. > > I was looking at the hosts_allow code