Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: rinzes on March 08, 2015, 05:53:25 PM

Title: Unable to login after isntall
Post by: rinzes on March 08, 2015, 05:53:25 PM
I just installed Roundcube following this guide: http://flurdy.com/docs/postfix/#config-simple-imap. I have added user/password to mysql and checked and confirmed that port 993 is open. However, when I attempt to login I get "Login Failed" I have search various log files to try and determien the problem but to no avail. Could some kind soul guide me in my quest to find out what the problem might be.
Title: Re: Unable to login after isntall
Post by: SKaero on March 08, 2015, 06:26:01 PM
The MySQL username and password is not what you login to Roundcube with. You need to create an account on IMAP server first.
Title: Re: Unable to login after isntall
Post by: rinzes on March 09, 2015, 01:06:13 PM
roundcube is installed on ubuntu 14.04

I was able to resolve the login issue after reboot however, now I get:


SERVICE CURRENTLY NOT AVAILABLE!

Error No. [500]

I checked the log and saw this:
[09-Mar-2015 12:47:50 -0400]: PHP Error: Could not perform encryption; make sure Mcrypt is installed or lib/des.inc is available in /usr/share/roundcube/program/lib/Roundcube/rcube.php on line 752 (POST /roundcube/?_task=login&_action=login)

I have mcrypt installed but I have no lib/des.inc... I searched google and could not come up with any answers.


Title: Re: Unable to login after isntall
Post by: rinzes on March 09, 2015, 01:54:28 PM
after further research I found that I need to place extension=mcrypt.so in php.inc... All is well now