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

Trigger plesk to run code on domain add/remove

freaky@

Regular Pleskian
Hey there,

been browsing the API a bit. But I only seem to find options to send plesk commands through XML API's. We need it the other way around.

We have a second DNS server. This is a very simple server running powerdns. Anyways, all I want is plesk to automatically add/remove the domains from the SQL database (on the other DNS server thus so the domains get picked up). I can write some PHP/Perl/Python/whatever code to do this, but some how I would need to have plesk trigger this code and pass some options (mainly being if the domain is added or removed and the domainname) when a domain is added/removed.

Any suggestions?
 
One more ques, being the curious bastard that I am :D There are plenty of other ways to solve this, so it's no biggy whatsoever.

Tried setting an environment variable before starting the script, but this appearantly isn't possible (well it isn't working...)

EVT=domcreate /path/to/script

script never gets executed now. Probably has to do with the way plesk interprets it...

Anyone know if it's possible? Again, just curious, plenty of solutions... :)
 
Back
Top