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

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