| KolabAdmin |
KolabAdmin is a native client application to configure the Kolab groupware server. It is written in C++/Qt4, which makes it portable to all platforms (*nix, MacOSX, Windows) and allows a clean and easy installation.
Like all good software KolabAdmin is published under GNU GPL of course ;)
The sources are currently available via SVN and can be retrieved with the following command:
svn co svn://wgess16.dyndns.org/kolabadmin/trunk/ kolabadmin
or can be downloaded as tar ball (last update: February 22 2008 16:26:54).
KolabAdmin currently depends on libopenldap and libopenssl, so make sure the development files of these packages are installed.
To compile the sources do the following steps:
tar -xjf kolabadmin.tar.bz2 cd kolabadmin qmake make make install
There also exists binary packages for the following distributions
Take a look at the package repository of your distributor.
If you have suggestions how to improve KolabAdmin or you found any bug, feel free to contact me under Tobias Koenig <tokoe@kde.org>.