Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Gaetan on April 01, 2007, 04:30:29 PM
-
Hi,
I have installed Roundcube following the following Howto, without much success I am afraid. (http://rspencer.ath.cx/index.php?option=com_content&task=view&id=8&Itemid=89)
I get the login screen, but i cannot go further.
Error Message: "Login failed"
(if your info, webmail works well)
Can someone help ?
Thanks
-
Error Message: "Login failed"
There could be a lot of problems with this error. All of them are connected to invaild settings in roundcube config.inc.php file (i think that it's the file you have to edit).
The login can fail because of:
- invalid domain settings
- wrong username
- wrong password auth
- invalid login settings
I had some problems with auth on roundcube so i suggest that you use dungog's contrib or mess with the settings a little (the one where roundcube adds a domain name prefix - eg. @domain.com).
-
Hi, still no luck>
I hqve enqbled the log parameter in main.inc.php>
Here is the error thqt I get:
IMAP Error: Could not connect to ssl://xxx.xxx.xxx.xxx at port 993: Operation now in progress
Warning: Cannot modify header information - headers already sent in /home/e-smith/files/ibays/roundcube/html/program/include/rcube_shared.inc on line 132
I hqve obviously masked the IP address of the server.
Thanks
-
Ok, I hqve managed to make it work by changing the following line in main.inc.php:
rcmail_config['default_host'] = 'ssl://localhost:993';
(using localhost instead of external ip address of the server ... I guess firewall issue ?)
I need to test it outside our local network but it should now be working, I think.
Regards