Comments on Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Etch
Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Etch This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Etch system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.
8 Comment(s)
Comments
?
Thanks to falko for this tutorial!
First, PowerDNS looks good for me 2nd I realized that this product is outdated.
It´s not possible to set a TXT record for useing DKIM (DomainKeys Identified Mail DomainKeys Identified Mail ) [1].
mbsouth
[1] DKIM http://www.dkim.org/
Sorry about the resent post!
I tried other possibilities and found out - powerDNS works perfect!
Exactly what I searched for!
I wonder why I should install php5-dev?
Why in the world is this pulling in packages like php5-dev and php5-ming? Or php5-gd? Or php5-imap!?!?
Article should state that poweradmin DON'T work with latest java.
Install crash at 6th step.
Poweradmin is a PHP application, it does not use Java.
Start mariadb, then mysql_secure_installation:
sudo systemctl enable mariadbsudo systemctl start mariadbsudo mysql_secure_installation