nobaloney
NoBaloney Internet Svcs - In Memoriam †
I'm not sure if I should post this here, or in the Email forum, but I think it's going to require knowledge of php, so it's here .
A client of mine has moved from a server using php as a module to php through suPHP.
Problem is the top header on his email is [email protected].
We want it to be a specified return address.
We've done the following:
Added the username to the trusted_users line in exim.conf, and restarted exim.
And in the client specific php.ini file we've added:
sendmail_path sendmail -t -i [email protected]
We've even tested to make sure the client specific php.ini file IS being used.
But the return path still shows up as:
Return-path: <[email protected]>
Any ideas where we should look next?
Thanks.
Jeff
A client of mine has moved from a server using php as a module to php through suPHP.
Problem is the top header on his email is [email protected].
We want it to be a specified return address.
We've done the following:
Added the username to the trusted_users line in exim.conf, and restarted exim.
And in the client specific php.ini file we've added:
sendmail_path sendmail -t -i [email protected]
We've even tested to make sure the client specific php.ini file IS being used.
But the return path still shows up as:
Return-path: <[email protected]>
Any ideas where we should look next?
Thanks.
Jeff