Go to file
Andreas Thienemann 44210a1fe8 Reload postfix service by default.
The postfix service is currently being restarted whenever a
config item changes.
This is unnecessary as the postfix service can reload a new
config.

Set reload: True to prevent unnecessary restarts of the service.
The old behavior can be restored by setting the pillar key
reload_service to False.
2018-09-26 17:33:14 -07:00
postfix Reload postfix service by default. 2018-09-26 17:33:14 -07:00
test/integration/default Basic testing framework 2018-03-18 16:49:49 -03:00
.kitchen.yml Basic testing framework 2018-03-18 16:49:49 -03:00
.travis.yml Basic testing framework 2018-03-18 16:49:49 -03:00
LICENSE remove extra new line characters 2015-05-07 13:45:46 -04:00
pillar.example Reload postfix service by default. 2018-09-26 17:33:14 -07:00
README.rst Allow for full managed master.cf services 2018-03-11 19:22:12 +01:00

postfix-formula

Formulas to set up and configure the Postfix mail transfer agent.

Available states

postfix

Installs and starts postfix SMTP server

postfix.config

Manages postfix main.cf and optionally the master.cf configuration file

postfix.policyd-spf ------------------

Installs and configures policyd-spf

postfix.postgrey ------------------

Installs and starts Postgrey service

postfix.mysql

Installs postfix mysql package ( Debian only)

postfix.pcre

Installs postfix pcre package ( Debian only)

postfix.postsrsd ------------------

Installs postfix postsrsd package