Giter Site home page Giter Site logo

puppet-kopano's Introduction

Table of Contents

  1. Overview
  2. Setup - The basics of getting started with kopano
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Overview

This module will install and configure Kopano with puppet. Kopano is an open-source communication stack, forked from the previously existing Zarafa.

Setup

What kopano affects

  • The module will manage the installation of the Kopano packages, services and the configuration files in /etc/kopano.

Prerequisites

The module expects kopano packages to be available to the server entitled with these classes.

Start using the kopano module

To have Puppet install Kopano with the default parameters, declare the kopano class

class { 'kopano': }

The puppet module with install, configure and enable all of the currently supported daemons. The list of daemons is available in manifests/init.pp.

Usage

You can choose to disable one or more services to be installed and configured by setting it's enabled param to false.

class { 'kopano':
  enable_ical => false,
}

It's also possible to combine the individual classes to the setup you prefer.

class { 'kopano::server':
	mysql_host 		=> 'mysql.example.com',
    mysql_password 	=> 'SuP3rS3cret'
}

class { 'kopano::gateway':
	pop3_enable  => 'no',
    imaps_enable => 'yes',
}

For configuring the different components, all supported config file options should be available. You can ofcourse also change the way the server is configured by setting it's hiera values.

---
kopano::server::log_method: syslog
kopano::server::mysql_host: mysql.example.com
kopano::server::mysql_password: SuP3rS3cret
kopano::server::disabled_features:
  - imap
  - pop3
  - outlook
  - mobile

Limitations

  • This module is currently only tested on Centos 7.
  • It's ready for using the kopano db user_plugin or unix, but not yet for ldap, ldapms.

Development

Pull requests very welcome!

If you tested this module on different a different OS, or need some changes to make it fit, please submit a Pull Request to get your changes merged. If you don't know how to fix something or are stuck looking for a solutions, feel free to open an issue and get in contacti.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.