[BlueOnyx:17150] Re: Roundcube problem
Greg Kuhnert
gkuhnert at compassnetworks.com.au
Fri Feb 27 00:59:32 -05 2015
Hi Lewis.
> On 27 Feb 2015, at 2:35 am, lewisg <lewisg at iglou.com> wrote:
>
>
> I was having problems with email as detailed by a earlier post on the
> this newsgroup. Getting no reply and needing working email my partner
> pressured me into a long postponed server upgrade. I installed 5208R on
> a new box, did the migration using the excellent "CMU MIgrations"
> instructions and installed the Roundcube package. When attempting to
> login to Roundcube I get:
>
> Connection to storage server failed.
>
>
> I did the Google and found the mySQL checks and performed them. On both
> 444/webapps/webappsetupsql and 444/mysql/mysqlserver the GUI reports:
>
> MySQL Status: MySQL connection possible with this settings.
>
> I'm at a loss since I can't find a Roundcube log or simple
> troubleshooting steps.
I did a quick google today, and found the following
http://help.directadmin.com/item.php?id=473 <http://help.directadmin.com/item.php?id=473>
You mentioned you upgraded to a newer server version. You mentioned you have done a CMU migration. This tells me that you have copied over indexes from the older dovecot version… Unfortunately, this relates to a different mail directory structure - but the same basic principle applies. I am making a guess here, but a BX version will be something like…
/etc/init.d/dovecot stop
cd /home/.users
find -type d -name .imap -exec rm -rf {} \;
cd /home/.sites
find -type d -name .imap -exec rm -rf {} \;
/etc/init.d/dovecot start
Note: I dont have this issue - so I cannot test this - but it looks like a reasonable approach.
GK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20150227/833e3e4a/attachment.html>
More information about the Blueonyx
mailing list