Roundcube Community Forum

 

IMAP Issues

Started by alan, October 24, 2010, 12:27:35 PM

Previous topic - Next topic

alan

When trying to sign into roundcube it says the following "connection to imap server failed" .... can anyone help me with what this means and what I should do?

hufemj

Quote from: alan;30877When trying to sign into roundcube it says the following "connection to imap server failed" .... can anyone help me with what this means and what I should do?

I went through something similar to this today. When installing roundcube, it asked for a particular user. I have two users on my system and only the one that roundcube was initially configured for worked as a login. There's also an 'autocreate' checkbox in the configuration to automatically configure the DB with the user name entry. If that's not checked, I believe you have to manually add the user name to the database. If it is checked, the first time you log in, the DB entry is created.

Can you access the imap email from a different email client, such as Thunderbird?

Mark

Pedro

I have the same issue but after I changed the rcmail default host setting so I didn't have to type it in on the login page every time:confused:

Silencer

#3
@alan
As hufemj already said, it is much easier to test & troubleshoot in TB (especially when you are new to IMAP).
This is the variable in the conf file, that needs to be set to "true" when you login the first time and didn't create the user in your database manually:
$rcmail_config['auto_create_user'] = true;