Re: [Pdns-users] Delegation of subdomain

2018-02-08 Thread Jakob Lenfers
Am 07.02.2018 um 12:05 schrieb bert hubert: > We no longer support the 'recursor=' setting because it is very tricky. > > You may want to read > https://doc.powerdns.com/authoritative/guides/recursion.html > which offers help on how to achieve your goals in other ways. > > Good luck! Thanks, t

Re: [Pdns-users] Delegation of subdomain

2018-02-07 Thread bert hubert
Hi Jakob, We no longer support the 'recursor=' setting because it is very tricky. You may want to read https://doc.powerdns.com/authoritative/guides/recursion.html which offers help on how to achieve your goals in other ways. Good luck! Bert On Wed, Feb 07, 2018 at 11:54:13AM +0100, J

[Pdns-users] Delegation of subdomain

2018-02-07 Thread Jakob Lenfers
Hi, I'm trying to delegate a subdomain to another DNS server, in my case a samba4 AD. My pdns runs as authorative server on 0.0.0.0:53, the recursor runs on 127.0.0.1:5300 and is included via 'recursor=127.0.0.1:5300' in pdns' config. I have the following entries set: | bss.example.com. 3600 IN

Re: [Pdns-users] Delegation of subdomain when allow-recursion-override=on

2010-01-20 Thread Pizza Napoletana
On Jan 19, 2010, at 2:08 PM, bert hubert wrote: > I briefly thought you were Anthony Mangieri ;-) But he has better things to > do than manage DNS. I have neither his skill nor the tattoos. But in my quest for that ultimate pie, I built a wood-fired oven in my backyard last summer. Still a grassh

Re: [Pdns-users] Delegation of subdomain when allow-recursion-override=on

2010-01-19 Thread bert hubert
Hi Pizza, I briefly thought you were Anthony Mangieri ;-) But he has better things to do than manage DNS. Can you show an AXFR of your foobar.com domain? I'm not too aware of the exact workings of the LDAP backend, so I need to see if your problem is simply DNS related. Thanks. Bert O

Re: [Pdns-users] Delegation of subdomain when allow-recursion-override=on

2010-01-17 Thread Pizza Napoletana
I am sorry, I made a mistake in my prior post. I said that the NS record for sub.foobar.com is followed when recursion-override is off. That's not true. The reason it works in the override=off case is because I have a "forward-zones" line in recursor.conf for sub.foobar.com. So, may be my NS re

[Pdns-users] Delegation of subdomain when allow-recursion-override=on

2010-01-17 Thread Pizza Napoletana
I am using ldap backend with pdns 2.9.22_2 on FreeBSD 7.0. I serve foobar.com from this server. Everything is great. I serve sub.foobar.com from another (non-pdns) server. That's fine too, by itself. Now, I want the foobar.com pdns server to redirect sub.foobar.com queries to the other server.