Re: [exim] sender return-path mismatch again

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: David S. Madole
Fecha:  
A: exim-users, Thomas Hochstein
Cc: 
Asunto: Re: [exim] sender return-path mismatch again
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