Kolab 3 on Debian Wheezy

A few weeks ago, the OpenSource Groupware Kolab 3 has been released.

It features a brand new Webmail client based on Roundcube (which is really very nice), a completely new web based administration panel (called WAP - Web Administration Panel), integrated ActiveSync with Syncroton and an updated storage format.

Many other things are new, compared to older Kolab versions, but the greatest improvement under the hood - in my opinion - is the replacement
of OpenPKG with distribution specific packages. This makes it much easier to deploy and update.

Kolab 3 Roundcube Webmail
Kolab 3 WAP

The people behind Kolab are working with Redhat, so the original packages are RPM based. But thanks to the great community, Debian packages for Wheezy are also already available. The official installation documentation covers Debian Wheezy already, but I'd like to provide my experience and a short installation How-To. This helps to have a quick installed up-and-running Kolab 3 installation running on Debian Wheezy.

Installation Steps

  1. Install Debian Wheezy (It's OK to use the 64Bit version)
  2. Add the package sources to /etc/apt/sources.list.d/kolab-3.0.list
    deb http://mirror.kolabsys.com/pub/debian/kolab-3.0/ wheezy release updates
    deb-src http://mirror.kolabsys.com/pub/debian/kolab-3.0/ wheezy release updates
  3. Prefer Kolab packages over the original ones. Add to /etc/apt/preferences.d/kolab
    Package: *
    Pin: origin mirror.kolabsys.com
    Pin-Priority: 501
  4. Install packages (they are not signed!): aptitude update; aptitude install kolab
  5. Provide a MySQL root password
  6. Run setup-kolab
    • It's easiest to accept all provided default settings
    • Choose "1: Existing MySQL server (with root password already set)." to enter the chosen MySQL root password
  7. Check the installation, run kolab list-mailboxes  it should exit without an error.
    If you get the error cyruslib.CYRUSError: (10, 'LOGIN', 'Invalid user'), just restart the server to re-initialize all services
    (sometimes the installler does not restart all services)
  8. Now you can login to WAP on http://<yourserver>/kolab-webadmin with the user cn=Directory Manager
    and the password provided during setup-kolab ("LDAP Directory Manager")
  9. Create a user and give him the role "kolab-admin". This is now the Admin user for the domain

That's it, the Kolab server is now up-and-running. Just change the MX record pointing to this server and Kolab will be happy to receive mails.

You've successfully subscribed to Tobias Brunner aka tobru
Great! Next, complete checkout to get full access to all premium content.
Error! Could not sign up. invalid link.
Welcome back! You've successfully signed in.
Error! Could not sign in. Please try again.
Success! Your account is fully activated, you now have access to all content.
Error! Stripe checkout failed.
Success! Your billing info is updated.
Error! Billing info update failed.