[Pdns-users] how to handle a subdomain

2019-05-23 Thread Hanns Mattes
Hi, Frank, Am 23.05.19 um 16:34 schrieb frank+pdns--- via Pdns-users: > Hi Hanns, > > Could you show us the output of the following commands: > > - pdnsutil list-zone bruecko.de $ORIGIN . bruecko.de 3600IN A 213.239.197.36 bruecko.de 3600IN MX 10 mail.bru

Re: [Pdns-users] how to handle a subdomain

2019-05-23 Thread frank+pdns--- via Pdns-users
Hi Hanns, Could you show us the output of the following commands: - pdnsutil list-zone bruecko.de - pdnsutil list-zone list.bruecko.de - pdnsutil check-zone bruecko.de Thanks! Frank > On 23 May 2019, at 16:29, ha...@hannsmattes.de wrote: > > Hi, > > after nearly a decade I had to upgrade my

[Pdns-users] how to handle a subdomain

2019-05-23 Thread hanns
Hi, after nearly a decade I had to upgrade my server, which is located at Hetzner. The Jump from Opensuse 11.4 to OS 15 went quite smooth, so did the upgrade from an ancient pdns-version. I simply had to upgrade the configuration and delete all recursion-related statements. Since then, ns1.bruec

[Pdns-users] PowerDNS Recursor 4.2.0 Release Candidate 1

2019-05-23 Thread Erik Winkels via Pdns-users
Hello, We just released PowerDNS Recursor 4.2.0 Release Candidate 1! This release includes some minor changes since the beta 1: - #7818: Use `net-snmp-config --netsnmp-agent-libs` instead of `--agent-libs`, - #7826: Fix the detection of `snmp_select_info2()`, - #7813: Ensure a valid range to `st

Re: [Pdns-users] Postfix as master+slave. How to prevent supermasters from being able to create subzones for NATIVE domains?

2019-05-23 Thread frank+pdns--- via Pdns-users
> On 23 May 2019, at 10:20, sandermo...@telenet.be > wrote: > > Hi Frank, > > Intercepting the NOTIFYs with a script sounds like a good idea but can this > be done with PowerDNS? > Or do you mean writing a custom script that acts a a notify proxy/filter? > Ye

Re: [Pdns-users] Postfix as master+slave. How to prevent supermasters from being able to create subzones for NATIVE domains?

2019-05-23 Thread sandermoors
Hi Frank, Intercepting the NOTIFYs with a script sounds like a good idea but can this be done with PowerDNS? Or do you mean writing a custom script that acts a a notify proxy/filter? Thanks From: "pdns-users" To: "pdns-users" Sent: Thursday, May 23, 2019 10:08:43 AM Subject: Re: [Pdns

Re: [Pdns-users] Postfix as master+slave. How to prevent supermasters from being able to create subzones for NATIVE domains?

2019-05-23 Thread frank+pdns--- via Pdns-users
Hi Sander, Do you want this for a fixed set of “domain.com ” domains or for “any domain that is configured in pdns as a native domain”? If the first, have a look at the LUA-AXFR-SCRIPT functionality. You define a (lua) script that gets executed after the AXFR has been done,