• 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.

Secondary name server

C

carls

Guest
I have my Plesk server which is also my primary DNS server running BIND 9. I also have a linux secondary DNS server in another location. Right now, each time an account is added to the primary, I have to manually add it to the secondary. Is there a solution that can update the secondary automatically so I do not have to do this?

Thanks,

Carl
 
Probably it is worth to use Plesk event handler:

ftp://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-win-administrators-guide/28447.htm

ftp://download1.swsoft.com/Plesk/Pl...6-win-advanced-administration-guide/49401.htm

Write script to create dns zone at linux server. Install some ssh client on windows server with Plesk.

Configure event handler in Plesk for "domain created" event to run script on linux server with ssh client.

You can get domain name in Plesk event handler with <new_domain_name> parameter.

Something like this.
 
Back
Top