Darrell D. Mobley wrote:
> I have noticed in some instances that php-generated email is run as
> Apache, and the apache username is aliased over to root.
I have added -f to the sendmail_path var in php.ini as follows:
sendmail_path = /usr/sbin/sendmail -t -i -f
Emails are now returned to apache@host instead of root@host but the problem
still remains. If it were apache@sending_domain then I could do something
with it but ideally I want it to be the supplied 'From' address.
I can alise apache@host to the site that is sending the email, but that
would make all of the bounces go there, not just the ones produced by that
site.
I have added MailScanner to this server using this guide:
http://www.pfinders.com/linux/bluequartz_mailscanner.html
however I can't remember if the problem was there before this.
RM
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.