Hi,

> Now when these PHP scripts call Mail() to send emails the emails are
> getting sent with an evelope sender of [EMAIL PROTECTED]
> 
> Is there anything I can set in each virtual host to correctly set the
> envelope sender to a real address in their domain?

Thanks for the replies but I should have mentioned that as a web hoster
I didn't want to touch my customers scripts if possible.

I think I found a solution.  Into their virtual host I added the
following statement:
php_admin_value sendmail_path "/usr/sbin/sendmail -t -f [EMAIL PROTECTED]"

I can see emails being sent with their address now and nothing from
[EMAIL PROTECTED]

-- 
Regards,
+-----------------------------+---------------------------------+
| Peter Kiem            .^.   | E-Mail    : <[EMAIL PROTECTED]> |
| Zordah IT             /V\   | Mobile    : +61 0414 724 766    |
|   IT Consultancy &  /(   )\ | WWW       : www.zordah.net      |
|   Internet Services  ^^-^^  | ICQ       : "Zordah" 866661     |
+-----------------------------+---------------------------------+
       My current spamtrap address is [EMAIL PROTECTED]


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to