[imp] sendmail is not a valid file

Otto Stolz Otto.Stolz at uni-konstanz.de
Thu Jul 13 01:59:22 PDT 2006


mbneto schrieb:
> when I try to send a new one I get error
> message in my horde.log
> Jul 12 15:00:44 HORDE [error] [imp] sendmail [/var/www/phpexecdir/sendmail]
> is not a valid file [on line 1042 of "/var/www/html/horde/imp/compose.php"]

If you have the PHP open_basedir restriction in effect,
the sendmail binary must be in one of the permitted
directories. In this case, you could
- either place a hardlink to your sendmail binary
   in one of the permitted directories (this is
   what I did),
- or add /var/www/phpexecdir/ to the open_basedir list,
   in your php.ini file.

Cf. <http://www.php.net/manual/en/features.safe-mode.php#ini.open-basedir>.

Good luck,
   Otto Stolz



More information about the imp mailing list