• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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