[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't work.

Does anyone know where I can find instructions to do this configuration?

Any help will be highly appreciated./

/

--
Mitsue


___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


[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 environment,
and wanted to preserve some of these safeguard checks in the new
environment.  thanks.

Aldus
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


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

Regards,
 Ruben

On Fri, Aug 03, 2012 at 05:00:14PM -0400, aldus jung wrote:
 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 environment,
 and wanted to preserve some of these safeguard checks in the new
 environment.  thanks.
 
 Aldus

 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


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.powerdns.user/2006-06/msg00144.html

 I added a field status to domains table but it doesn't work.

 Does anyone know where I can find instructions to do this configuration?

 Any help will be highly appreciated./


The one you linked to (this is more readable):

http://osdir.com/ml/network.dns.powerdns.user/2006-06/msg00138.html

Is actually the way to do it.

Did you add the same status-column as described: char (1) ? I think you need to 
add it to the domains and records tables.

Did you set an 'A' in each status-column ?

Did you change the queries as described on the mailinglist ?

 /

 -- 
 Mitsue


 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


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 cycl...@prof-x.net wrote:

 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
 
 Regards,
 Ruben
 
 On Fri, Aug 03, 2012 at 05:00:14PM -0400, aldus jung wrote:
 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 environment,
 and wanted to preserve some of these safeguard checks in the new
 environment.  thanks.
 
 Aldus
 
 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users
 
 ___
 Pdns-users mailing list
 Pdns-users@mailman.powerdns.com
 http://mailman.powerdns.com/mailman/listinfo/pdns-users
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users