Author Topic: Unable to login after isntall  (Read 4541 times)

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Unable to login after isntall
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Unable to login after isntall
« Reply #1 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.

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Re: Unable to login after isntall
« Reply #2 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.


« Last Edit: March 09, 2015, 01:31:47 PM by rinzes »

Offline rinzes

  • Newbie
  • *
  • Posts: 8
Re: Unable to login after isntall
« Reply #3 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