<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Lewis.</div><br class=""><div><blockquote type="cite" class=""><div class="">On 27 Feb 2015, at 2:35 am, lewisg <<a href="mailto:lewisg@iglou.com" class="">lewisg@iglou.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><br class="">I was having problems with email as detailed by a earlier post on the <br class="">this newsgroup. Getting no reply and needing working email my partner <br class="">pressured me into a long postponed server upgrade. I installed 5208R on <br class="">a new box, did the migration using the excellent "CMU MIgrations" <br class="">instructions and installed the Roundcube package. When attempting to <br class="">login to Roundcube I get:<br class=""><br class="">Connection to storage server failed.<br class=""><br class=""><br class="">I did the Google and found the mySQL checks and performed them. On both <br class="">444/webapps/webappsetupsql and 444/mysql/mysqlserver the GUI reports:<br class=""><br class="">MySQL Status: MySQL connection possible with this settings.<br class=""><br class="">I'm at a loss since I can't find a Roundcube log or simple <br class="">troubleshooting steps.<br class=""></div></blockquote></div><br class=""><div class="">I did a quick google today, and found the following</div><div class=""><br class=""></div><div class=""><a href="http://help.directadmin.com/item.php?id=473" class="">http://help.directadmin.com/item.php?id=473</a></div><div class=""><br class=""></div><div class="">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…</div><div class=""><br class=""></div><div class=""><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">/etc/init.d/dovecot stop</span></font></div><div style="margin: 0px;" class=""><span style="font-family: Menlo; font-size: 11px;" class="">cd /home/.users</span></div><div style="margin: 0px;" class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">find -type d -name .imap -exec rm -rf {} \;</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">cd /home/.sites</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><div style="margin: 0px;" class="">find -type d -name .imap -exec rm -rf {} \;</div><div class="">/etc/init.d/dovecot start</div></div></div></div><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class=""><br class=""></span></font></div><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">Note: I dont have this issue - so I cannot test this - but it looks like a reasonable approach.</span></font></div><div style="margin: 0px;" class=""><br class=""></div><div class="">GK</div></body></html>