Roundcube Community Forum

Release Support => Pending Issues => Topic started by: megapearl on January 09, 2012, 09:58:44 AM

Title: After Upgrade from 0.5.4 to 0.7.1 no messages are shown in imap folders.
Post by: megapearl on January 09, 2012, 09:58:44 AM
Hello,

Just upgraded to Roundcube 0.7.1, but after successful login all imap folders are empty, no error messages in the logs found, everything looks fine, only message is 'Mailbox is empty' in roundcube after login.
What could be wrong? i'm using Dovecot as imap backend, dovecot doesn't have a prefix as courier does.

Any help would be appreciated,

Regards,
Donald.
Title: After Upgrade from 0.5.4 to 0.7.1 no messages are shown in imap folders.
Post by: megapearl on January 09, 2012, 10:42:47 AM
Already found the problem:

Problem lies in the .htaccess files, commenting out the 'problem' rules in the .htaccess files gives access to my mail folders again, all mail shows up now.


[Mon Jan 09 16:19:51 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: https://*redacted*/webmail/?_task=mail&_mbox=Drafts
[Mon Jan 09 16:22:41 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: AddType not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:24:07 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:24:58 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: RewriteRule not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:26:33 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: SetOutputFilter not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:26:58 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: ExpiresActive not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:27:29 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: FileETag not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:27:56 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/.htaccess: Options not allowed here, referer: *redacted*/webmail/?_task=mail
[Mon Jan 09 16:28:19 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=mail&_mbox=Drafts
[Mon Jan 09 16:28:24 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_mbox=Drafts&_task=mail
[Mon Jan 09 16:28:26 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=mail&_mbox=INBOX
[Mon Jan 09 16:28:28 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=addressbook&_action=
[Mon Jan 09 16:28:30 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=addressbook&_action=&_source=0
[Mon Jan 09 16:28:35 2012] [alert] [client 94.211.235.37] /usr/local/www/webmail/program/.htaccess: RewriteEngine not allowed here, referer: *redacted*/webmail/?_task=logout&_action=


I'm on FreeBSD btw.