Author Topic: Login failed. - roundcube 0.7.2 does not try connect to imap  (Read 7503 times)

Offline spo0lsh

  • Newbie
  • *
  • Posts: 8
Login failed. - roundcube 0.7.2 does not try connect to imap
« on: April 27, 2012, 04:00:12 PM »
Hello,
I try install roundcube and have a problem with connect to imap. Roundcube client does not try connect to defined server (ssl://127.0.0.1 995 or just 143).
From installer it does.
Code: [Select]
Connecting to 127.0.0.1...
IMAP connect:  OK(SORT capability: yes)

I have set imap debug and the file does not create.
Any tips, how to debug this problem? Also I try on 0.9-svn (revision 6133).
Other webmail system like open atmail works perfectly.

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #1 on: April 28, 2012, 04:46:06 AM »
Hello,
I try install roundcube and have a problem with connect to imap. Roundcube client does not try connect to defined server (ssl://127.0.0.1 995 or just 143).
From installer it does.
Code: [Select]
Connecting to 127.0.0.1...
IMAP connect:  OK(SORT capability: yes)

I have set imap debug and the file does not create.
Any tips, how to debug this problem? Also I try on 0.9-svn (revision 6133).
Other webmail system like open atmail works perfectly.

Is your IMAP ssl port 995 a typo or is it the way it is actually configured on the server?

ssl://127.0.0.1

And make sure your IMAP ssl port = 993

Offline spo0lsh

  • Newbie
  • *
  • Posts: 8
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #2 on: April 28, 2012, 05:00:11 AM »
The port number is not important.
Why the installer of roundcube can login but roundcube as client no? And how to debug it if debug function in roundcube does not work?

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #3 on: April 28, 2012, 05:32:30 AM »
Try ssl://localhost

And make sure that you have defined the right port in your configuration file main.inc.php
The port is in fact important :)

The debug file should be created as well as error logs, etc. Make sure your webserver has permissions to write to the /logs folder and that you have set path accordingly.
« Last Edit: April 28, 2012, 05:34:18 AM by Yoni »

Offline spo0lsh

  • Newbie
  • *
  • Posts: 8
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #4 on: April 28, 2012, 02:52:26 PM »
Still nothing, round cube client create only SQL debug but nothing else (so, premission for logs/ directory is correct).
Tips: tcpdump and debug deamon logs not recorded any try connect to imap server.
Any other ideas?

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #5 on: April 28, 2012, 05:14:00 PM »
You have the ability to turn on the debug log.
The other services have this, too.

So, give it try.



Rgds.

Offline spo0lsh

  • Newbie
  • *
  • Posts: 8
Re: Login failed. - roundcube 0.7.2 does not try connect to imap
« Reply #6 on: April 29, 2012, 07:50:29 AM »
As I said:
- roundcube does not create imap debug file (yes, the permissions are ok. Only the sql debug file is created by roundcube).
- imap debug - nothing
- php module - no errors

Any other ideas?