Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !
WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure. Join the pilot program today!
Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
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.
i have linux server and qmail installed. i want to creat mail account with php. i searched over the net but couldnt anything. Is there a way to creat mail account without plesk panel?
What do you mean "create mail account with PHP"? Do you want to create the mailbox from the command line? If yes, Plesk has the command line utilities, try
/usr/local/psa/bin/mail (use with --help to get the usage info).
To get the info about how to create mail account without plesk it's better to read the qmail manual http://www.lifewithqmail.org/lwq.html
i have a registeration form. when users sign up , php will creat a mail account for that username like [email protected] . i dont know php can do this but i need to execute qmail and creat new mail account. how can i do this ?
Originally posted by muratak18 i have a registeration form. when users sign up , php will creat a mail account for that username like [email protected] . i dont know php can do this but i need to execute qmail and creat new mail account. how can i do this ?
On some servers Apache PHP doesn't allow some commands wich can be security holes, like allowing commands on your shell.
Check your PHP-Setup in /etc/php5/apache2/php.ini for this entry: disable_functions.
Maybe exec is deactivated by being listet there.
Also it might be that your PHP can't execute that target script "/usr/local/psa/bin/mail.sh". Check the execution rights. Maybe it helps to allow the group .www the execution of it: