Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: spo0lsh on April 27, 2012, 04:00:12 PM

Title: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: spo0lsh 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.
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: Yoni 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
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: spo0lsh 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?
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: Yoni 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.
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: spo0lsh 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?
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: oldschool 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.
Title: Re: Login failed. - roundcube 0.7.2 does not try connect to imap
Post by: spo0lsh 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?