Kloxo & RondCube: SERVICE CURRENTLY NOT AVAILABLE!

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:

# /script/webmail

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/upcp
#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.

You may like

Comments

  1. Sina says:

    Hi, Thanks! worked for me

  2. Chris says:

    Worked fine for me too.

  3. Oranzo says:

    Worked here too… thanks! :)

  4. Amar says:

    Hello

    Excellent Tut!

  5. Tanmoy says:

    Thanks to all :)

  6. Mr Simple says:

    Hi,

    Affter fix error :

    CONFIGURATION ERROR

    db.inc.php was not found.
    Please read the INSTALL instructions!

    Thanks for support :)

    • Tanmoy says:

      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/fixmail
      #sh /script/fixwebmail

Speak Your Mind

*