Hi Brent ,
Brent Brownfield's "Mail sent from apache" wrote:
I have the latest cvs of roundcube installed and it seems to be working properly except for the fact that all email that I send from it is sent from apache instead of the user I am logged in as. Anybody know what is causing
Probably your PHP is working by safemode.
see ChangeLog on http://php.net/manual/en/function.mail.php
The additional_parameters parameter is disabled in safe_mode and the mail() function will expose a warning message and return FALSE when used.