Re: delegating subname.localdomain to 127.0.0.2 on the client machine?

2010-04-23 Thread Mark Hedges
On Wed, 21 Apr 2010, Barry Margolin wrote: > > > > The scenario is a farm of sendmail + RBL servers that > > have independent management and databases, but a single > > bind server. Sendmail etc. would do a lookup of > > 78.56.34.12.rbl.localdomain and it would look at > > localhost on 127.0.0.2

Re: delegating subname.localdomain to 127.0.0.2 on the client machine?

2010-04-21 Thread Mark Hedges
On Wed, 21 Apr 2010, Barry Margolin wrote: > > > > The scenario is a farm of sendmail + RBL servers that > > have independent management and databases, but a single > > bind server. Sendmail etc. would do a lookup of > > 78.56.34.12.rbl.localdomain and it would look at > > localhost on 127.0.0.2,

delegating subname.localdomain to 127.0.0.2 on the client machine?

2010-04-21 Thread Mark Hedges
Hi... Is it possible to configure .localdomain to delegate a subdomain to 127.0.0.2, so that the client then tries to do a lookup from that localhost address on itself? The scenario is a farm of sendmail + RBL servers that have independent management and databases, but a single bind server. Sen