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

Horde Webmail and escapeshellcmd()

ut2k3

New Pleskian
Hello Guys,

i searched a lot to fix the following Problem. When my customers tried to send a mail via Horde
it wont work - sendmail post only this message:

"sendmail: Ungültige Benutzung der Kommandozeile (64)" (in german)
"sendmail: command line usage error (64)" (in english)

Okay this problem is because in the php.ini is the usage of the php function "escapeshellcmd" not allowed.
The line looks like:

disable_functions = escapeshellcmd, exec, ini_restore, passthru, proc_nice, proc_open, shell_exec, system

To fix the problem you have to remove the "escapeshellcmd" from the disable_functions and do

apache2ctl graceful

Now you can send mails via Horde Webmail..... Yeah the search was damn hard :)
 
Back
Top