The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ZCS::LocalConfig - Perl module for the Zimbra Collaboration Suite (ZCS) Local Configuration data

SYNOPSIS

  use ZCS::LocalConfig;

  my $lc = ZCS::LocalConfig->new();
  ...

DESCRIPTION

The ZCS::LocalConfig Perl module provides an interface to work with the Zimbra Collaboration Suite local configuration data via either the zmlocalconfig command or directly to a localconfig XML configuration file (/opt/zimbra/conf/localconfig.xml by default).

SEE ALSO

See the following documentation and links to related software and topics:

AUTHOR

Phil Pearl <phil@zimbra.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Phil Pearl. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.