I believe that checks for dnssec correctness, which isn't equivalent to
named-checkzone in bind 9. Are there any other utilities for checking
non-dnssec zone? Looks like we may have to write our own validator tool.
Thanks.
On Aug 3, 2012, at 5:41 PM, Ruben d'Arco wrote:
> Hi,
>
> Sin
On Fri, Aug 03, 2012 at 04:44:00PM -0300, Mitsue Acosta Murakami wrote:
> Hello,
>
>
> I am using powerdns 2.9.22-8 with MySQL backend on Debian Squeeze and I
> need to disable domains from pdns without deleting them. I followed
> these instructions:
>
> http://osdir.com/ml/network.dns.powerdn
Hi,
Since (i think) powerdns 3.0, there is a pdnssec tool that might do what you
want.
You can try: pdnssec check-zone example.com
There are some outstanding enhacement requests, so it might not do exactly what
you want.
Also check out the manual page at: http://doc.powerdns.com/pdnssec.html
R
Hi,
Is there a utility in PowerDNS for checking validity of zone data? In bind
9, there is named-checkzone utility that checks to ensure that MX, SRV, and
NS records refer to A record, checks whether MX records refer to CNAMEs,
etc. We are hoping to migrate from BIND 9 environment to PDNS enviro
Hello,
I am using powerdns 2.9.22-8 with MySQL backend on Debian Squeeze and I
need to disable domains from pdns without deleting them. I followed
these instructions:
http://osdir.com/ml/network.dns.powerdns.user/2006-06/msg00144.html
I added a field "status" to domains table but it doesn'