On 01/05/07, Eric Goforth <[EMAIL PROTECTED]> wrote: > There must be a setting somewhere that I am missing. On one of our web > servers, we have a web app that sends out email. Despite the fact that > we are specifying a valid "From" address in the script, exim keeps > defaulting to [EMAIL PROTECTED] as the reply-to address. I have > looked but can't find any answer to this issue...
You need to add the 'apache' unix user to Exim's trusted user list in order to let that user set an arbitrary 'From ' address for locally-submitted email. Alternatively, have the script talk SMTP to Exim. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
