Version information
released Jun 23rd 2014
Start using this module
Add this module to your Puppetfile:
mod 'abstractit-postfix', '0.1.3'
Learn more about managing modules with a PuppetfileDocumentation
abstractit/postfix — version 0.1.3 Jun 23rd 2014
abstractit-postfix
####Table of Contents
- Overview - What is the postfix module?
- Module Description - What does the module do?
- Setup - The basics of getting started with postfix
- Usage - The parameters available for configuration
- Implementation - An under-the-hood peek at what the module is doing
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
- Release Notes - Notes on the most recent updates to the module
Overview
Puppet module for managing Postfix with puppet
Module Description
Setup
what postfix affects:
- the postfix sericve
- configuration files for postfix
Beginning with postfix
This will manage a basic setup for postfix.
include postfix
Usage
Implementation
Uses files based on templates to manage the postfix configuration files
Limitations
There may be some. Don't hesitate to let me know if you find any.
Development
All development, testing and releasing is done by me at this stage. If you wish to join in let me know.
Release Notes
Check CHANGELOG.md
##2014-06-27 - Pete Brown pete@abstractit.com.au 0.1.3 ###Summary Don't set relaydomains if they are empty
####Known bugs
- No known bugs. Please let us know if you find any.
2014-06-27 - Pete Brown pete@abstractit.com.au 0.1.2
- fix default value for message_size_limit.
2014-06-27 - Pete Brown pete@abstractit.com.au 0.1.1
- Header for main.cf was not a comment in postfix.
2014-03-27 - Pete Brown pete@abstractit.com.au 0.1.0
- Initial version
Dependencies
- puppetlabs/stdlib (>=3.2.1)
- puppetlabs/concat (>=1.0.2)