I think RoundCube is the best Web Based Email client for self hosted email. It is pretty powerful and free to use. It’s an open source project, so developed day by day. Too light but powerful and attractive look bring popularity of RoundCube.
In cPanel, Kloxo, DirectAdmin and many other panel come with in built RoundCube. By this time I fell in love with Kloxo, so wanna discuss about an issue of Kloxo and RoundCube.
From Kloxo 6.1.0, I faced an issue. While I try to access RounCube, browser returns an error page containing the following text:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [0x01F4]
And I Googled, got an solution. Everyone told to run this command:
Didn’t worked for me. I just got confused. And after one hour investigation, I got the point. Let me share with you.
- Login to Kloxo Admin panel
- Go to the server admin portion
- Open PhpMyAdmin
- Click on Databases
- Check roundcube
- Press delete button.
Okay, now login via SSH and run the command bellow.
#sh /script/fixmail
#sh /script/fixwebmail
#service courier-imap stop
#service qmail stop
#service courier-imap start
#service qmail start
Everything should be fixed now. Please let me know if this works for you not. Thanks.
Hi, this is Tanmoy, a 23 year old guy and just completed graduation on Business Management. I'm one day anticipating that this course will provide me with an array of the necessary skills and experiences needed for me to be a successful entrepreneur
Hi, Thanks! worked for me
Worked fine for me too.
Worked here too… thanks!
Hello
Excellent Tut!
Thanks to all
Hi,
Affter fix error :
CONFIGURATION ERROR
db.inc.php was not found.
Please read the INSTALL instructions!
Thanks for support
After removing existing database for roundcube, the following command should be enough. Anyway, from last two release the issue was solved. Which version of Kloxo are you using?
#sh /script/fixwebmail