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