On 08/06/07, Dylan Bouterse <[EMAIL PROTECTED]> wrote:
If this is
definitely NOT an apache problem, please let me know and I will move
on from there. Thank you.

It isn't an apache problem (apache doesn't send mail unless you do
highly specialised tricks with it). But anyway try this for giggles.

php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f [EMAIL PROTECTED]"

With that set on a per-vhost basis you should be able to distinguish
the sender address. Assuming you're calling the sendmail binary rather
than using smtp from php, the trick is to pass the right options to
the mta.

--
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to