cirrax-autoconfigmail

A module to create a vhost for autoconfigure/autodiscover email services


Keywords
mail, email, autoconfig, autoconfigure
License
GPL-3.0
Install
puppet module install cirrax-autoconfigmail --version 1.1.0

Documentation

autoconfig puppet module

Build Status Puppet Forge Puppet Forge Puppet Forge Puppet Forge

Table of Contents

  1. Overview
  2. Usage
  3. Reference
  4. Contribuiting

Overview

This module is used to configure a virtual webhost wich contains files for autoconfiguring email clients.

Usage

include autoconfigmail

To make it work, you need to setup DNS for your maildomains. An example record would look like:

; Autoconfig for Thunderbird etc.
autoconfig                   IN CNAME  your_webserver
; Autoconfig for Outlook
autodiscover._tcp            IN SRV     0 5 80 your_webserver

Reference

Find a reference of all available parameters in the manifests or in the REFERENCE.md file.

Todo

add further autoconfigure methods. eg: for iOS / Apple Mail (email.mobileconfig).

Contributing

Please report bugs and feature request using GitHub issue tracker.

For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint and the available spec tests in order to follow the recommended Puppet style guidelines from the Puppet Labs style guide.

Authors

This module is mainly written by Cirrax GmbH.

See the list of contributors for a list of all contributors.