[HELP] Webmail not working

gunemalli

Verified User
Joined
Jul 22, 2009
Messages
79
Location
Sheffield, UK
[FIXED] Webmail not working

Hi all,

I recently updated my system to the latest version of roundcube and php(5.2.11). Now i'm unable to login into either atmail or roundcube. But squirrelmail works fine.

atmail gives the following error:
ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) (/webmail/inc/class.uebimiau_mail.php:80)

and roundcube gives the following error:
SERVICE CURRENTLY NOT AVAILABLE!

Error No. [500]

Can you tell me what's wrong?
 
Last edited:
Your firewall or something is blocking localhost connections to port 110.
 
Ok, resolved the atmail issue. It was a miconfiguration in dovecot. I did some modifications and that's what was giving the error. But still i'm getting the error on roundcube.
 
But still i'm getting the error on roundcube.

Ok fixed this issue as well. somehow some probs have been occured in the RC database. Since i had gone through two roundcube v3 upgrades this might have messed the databases.

this is what i did:
#rm -rf /var/www/html/roundcube*
#rm -rf /var/lib/mysql/da_roundcube

The using cutombuild reinstalling roundcube.

this fixed my issues on roundcube.
 
Code:
#rm -rf /var/www/html/roundcube*
#rm -rf /var/lib/mysql/da_roundcube

If you don't want to loose the database then search logs first (/var/www/html/roundcubemail-0.3/logs) and find reason why you got the error.

Could be:
[Native code: 145]
[Native message: Table './da_roundcube/session' is marked as crashed and should be repaired]

Then repair the session table and it will solve the 500 error.
 
Ya it was something related to the sessions table. can you tell me how i should fix this if this was to occur again?

Thanks
 
Back
Top