cirrax-opendmarc

puppet module for opendmarc


Keywords
postfix, mail, mta, email, dmarc, opendmarc
License
GPL-3.0
Install
puppet module install cirrax-opendmarc --version 1.0.1

Documentation

opendmarc 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 opendmarc

Usage

To start using opendmarc you need to include the opendmarc main class and tell your're mta to use the milter.

A minimal example might be:

class{'opendmarc'}

If you like to use hiera, you can define:

---
opendmarc::config:
  RejectFailures: true
  Syslog: true

Reference

All classes are documented in the manifestss

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.