• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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