Roundcube Community Forum

Release Support => Pending Issues => Topic started by: killinghall on July 11, 2008, 12:56:16 AM

Title: Cannot Login to Roundcube...
Post by: killinghall on July 11, 2008, 12:56:16 AM
The installer tests the IMAP and logs in fine and dandy.

Connecting to mail.mydomain.com...
IMAP connect:  OK(SORT capability: yes)

I also telnetted successfully with the following:

Microsoft Telnet> o mydomain.com 143
01 LOGIN username password
02 02 LIST "" *
* LIST <\HasNoChildren> "." INBOX

What could be the problem? Anything else to configure at hMailServer's end, or main.inc.php?
Title: Cannot Login to Roundcube...
Post by: killinghall on July 11, 2008, 05:34:26 AM
Bug detected.

I added 'mail.mydomain.com' to $rcmail_config['default_host'] and it logins me in.

So it seems leaving it null and entering the mail hostname in the server textfield does not work.

Roundcube works perfectly, otherwise. All folders were created properly. Mail sent and received as they should!

:D