• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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