On Mon, 3 Sep 2001, Simon Clayton wrote:
> with valid from lines. Since I installed exim I get all mails
> from PHP as "Unprivileged user [nobody@???]".
In more recent versions of exim, you can use untrusted_set_sender
Or else, you can run the php script as a different user from "nobody" and
include that user in the trusted_users list.
All this is to change only the envelope sender ... you can make the from
field whatever you want and 99% of the users wouldn't know the difference.
Dont know php - but you could use it to feed exim -fuser@??? to
set the mail from: argument.
-suresh