Zarafa

From the Linux and Unix Users Group at Virginia Teck Wiki
Revision as of 23:45, 6 January 2010 by imported>Cov (Configuration)
Jump to: navigation, search

Zarafa is a Free Software groupware server. The for-pay enterprise version provides Microsoft Exchange server functionality. For non-enterprise users, Zarafa's ability to function as a back-end for Z-Push, allowing full-fledged, locally served Android synchronization may be its most attractive feature.

Setup Guide

The following instructions were written for CentOS 5 and may not work on other platforms or versions. If you would like to see additional coverage, please add it yourself or make a request on the wiki's wanted page.

Prerequisites

Zarafa requires a MySQL database server be accessible. If you don't already have one, setup and run MySQL on your local machine.

Installation

Download the non-Outlook, open source, binary package from the community section of the company's website. If you want to give it a proper extension, it's a gzipped tarball so you can name it zarafa.tar.gz if you like. Unpack the tarball and run the installation script. If you have RPM errors, check to see if you have older versions of the dependencies it ships with already installed. If this is the case, removing them should lead to successful execution of the installation script.

# wget 'http://url.com' -O zarafa.tar.gz
# tar -xzf zarafa.tar.gz
# zarafa-*/install.sh

Give the installation script the login information to your MySQL database when asked.

Configuration

Zarafa has a flexible, pluggable user system. If you have a fully functional LDAP or Active Directory server, go ahead and use it. Otherwise, the Unix backend is recommended. To configure it, edit /etc/zarafa/unix.cfg and change the domain to your own.

# Default email domain for constructing new users
# Required, no default
default_domain = domain.com

Lastly, you'll need to add a user. Read the man page or run zarafa-admin --help for the full documentation. A quick example is below.

# zarafa-admin -c username -e username@domain.com -f 'Full Username' -P