• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk Command line (call it with PHP) Is it possible ?

C

Cameleon

Guest
Is it possible to call Shell command line in plesk wich is located in: /usr/local/psa/bin/
By PHP script that i got in one of my domains ?

I will explain my goal, I need to use Plesk command line interface to create email account, and want to call it with PHP file executed by Apache one of my domain.

So: I want to run www.domain.com/create.php and php file need to execute command below
/usr/local/psa/bin/mail --create [email protected] -mailbox true -passwd ****** -cp-access true -mbox_quota 10M

Is it possible to do ?
Thx in advice
 
It is possible to do, but in order to do that you would have to allow several dangerous functions in php which in all honesty should be disabled unless you want to get hacked. It would be better if you could call the Plesk API from your PHP script instead, that would accomplish the same thing and be a lot more secure.
 
Back
Top