• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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