I upgraded to 1.0.0 using bin/installto.sh. Everything went fine, including the database upgrade. Clicking 'About' in Roundcube reports that I'm running 1.0.0 now. However, when I try to send a message it's stuck on Sending... in the Larry layout. I'm using a dovecot/postfix combination on RHEL 6.5. Server works fine and I can send and receive from Mail.app.
I'm unsure of what config options may cause this or have been upgraded. I've disabled some plugins to try to test that it's not a plugin issue and the problem persists.
/var/log/maillog and /var/log/messages have no Roundcube specific errors. /var/www/roundcube/errors/log doesn't have any *new* errors, and was last updated in 2013.
Where could Roundcube be sending its logs now and how can I find out why it's not sending?
Thanks!
Are you sure your Roundcube logs directory is writable?
Thanks for the reply.
ls -l /var/www/roundcubemail/logs/
total 8
-rw-r--r--. 1 apache apache 7070 Oct 22 20:23 errors
ls -l /var/log/roundcubemail/
total 8
-rw-r--r--. 1 apache apache 4320 Sep 3 2013 errors
I guess this means the group/user only has read access. I've chmoded them to 775 and restarted apache. Should that have worked?