From: "Thomas Hochstein" <ml@???>
>
> Marten Lehmann schrieb:
>
> > But this -f option is too complicated to use because it is unknown to
> > the most users. Most of them are just using the mail()-function in
PHP
> > and don't care about return-path and sender-address.
>
> What about setting "php_admin_value sendmail_path" in your virtual
> host sections to some sensible default value, e.g.
> "webmaster@???"?
That won't work literally, of course, since sendmail_path is supposed to
be the path to the sendmail executable.
But, it can be given options as well, so something like this:
PHP_Admin_Value sendmail_path \
"/usr/bin/exim -bnq -t -i -f webmaster@???"
actually works quite well.
David