Re: [Pdns-users] verifying zone data

2012-08-03 Thread Aldus Jung
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

Re: [Pdns-users] suspend domains

2012-08-03 Thread Leen Besselink
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

Re: [Pdns-users] verifying zone data

2012-08-03 Thread Ruben d'Arco
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

[Pdns-users] verifying zone data

2012-08-03 Thread aldus jung
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

[Pdns-users] suspend domains

2012-08-03 Thread Mitsue Acosta Murakami
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'