module-postfix/README

17 lines
322 B
Text
Raw Normal View History

= Postfix Puppet module
2008-12-03 17:53:28 +01:00
This module will help install and configure postfix.
A couple of classes will preconfigure postfix for common needs.
Config
------
- set $postfix_amavis="true" to include postfix::amavis
== Example:
include postfix
postfix::config { "relay_domains": value => "localhost host.foo.com" }
2008-12-03 17:53:28 +01:00