remmelt@remmelt.com wrote:
I must add that I have disabled the 5th parameter for php's mail() function because it is not allowed in safe mode.
I forgot to mention that bounced mail also uses the envelope from to determine where the bounce goes. So you'll never get any notice that mail bounced. It'll just go to the webserver's account, which presumably is redirected to root. That might be okay if you're the only person using the system (and have root's mail redirected to yourself) but it isn't really viable for multiuser systems.