I've got a mail server configured under debian on my web server to send out mail right now. I'm calling it using PHP's mail() function; however, whenever it sends mail, it sends it as www-data@fqdn.com. I'd like to send it as one of the virtualhosts I have setup - pcthike.com. Is this possible?
Rob
Rob