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