Kolab/DirServ version 0.9
=============-============

The Kolab::DirServ module provides a mechanism for Kolab servers to
publish address book data to a list of peers. These peers recieve
notification of new, updated and removed mailboxes and update their
address books accordingly.
  
INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Kolab::DirServ::Config
  Kolab::Config
  Kolab::Util
  MIME::Entity
  MIME::Parser
  MIME::Body
  Net::LDAP
  Net::LDAP::LDIF
  Net::LDAP::Entry
  Mail::IMAPClient
  URI
  IO::File
  POSIX 

COPYRIGHT AND LICENCE

Copyright (c) 2003  Code Fusion cc
Writen by Stephan Buys <s.buys@codefusion.co.za>

This  program is free  software; you can redistribute  it and/or
modify it  under the terms of the GNU  General Public License as
published by the  Free Software Foundation; either version 2, or
(at your option) any later version.

This program is  distributed in the hope that it will be useful,
but WITHOUT  ANY WARRANTY; without even the  implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You can view the  GNU General Public License, online, at the GNU
Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.