• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Second DNS with PowerDNS

freaky@

Regular Pleskian
In case it helps anyone, for the second DNS server we use PowerDNS. I use this _basic_ script to add the entries to the PowerDNS MySQL database. I assume you can figure out how to configure PowerDNS and MySQL on the other server yourself. It should be connectable from plesk.

Within plesk I use event manager to run it. Like so:

Domain alias created lowest (0) nobody /usr/local/scripts/addSecondDNS.php domaliascreate
Domain alias deleted lowest (0) nobody /usr/local/scripts/addSecondDNS.php domaliasdelete
Domain alias updated lowest (0) nobody /usr/local/scripts/addSecondDNS.php domaliasupdate
Domain created lowest (0) nobody /usr/local/scripts/addSecondDNS.php domcreate
Domain deleted lowest (0) nobody /usr/local/scripts/addSecondDNS.php domdelete
Domain updated lowest (0) nobody /usr/local/scripts/addSecondDNS.php domupdate
 

Attachments

  • addSecondDNS.php.txt
    5.8 KB · Views: 123
Forgot to mention the somewhat obvious: configure plesk to allow DNS zone transfers from the PowerDNS server.
 
Back
Top