Roundcube Community Forum

 

Login failed. - roundcube 0.7.2 does not try connect to imap

Started by spo0lsh, April 27, 2012, 04:00:12 PM

Previous topic - Next topic

spo0lsh

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.
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.

Yoni

Quote from: 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.
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

spo0lsh

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?

Yoni

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.

spo0lsh

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?

oldschool

You have the ability to turn on the debug log.
The other services have this, too.

So, give it try.



Rgds.

spo0lsh

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?