Go to file
Andreas Thienemann fb69881dde Improve services definitions
The services definitions for master.cf were previously defined in
the services.jinja file.

This commit instead moves them into the services.yaml file, as we
should not require any jinja parsing inside the services definitions.

Drive-By: Add a .gitignore file
Drive-By: Set manage_master_config: True for kitchen. We do want to
          verify that the master.cf file generation is actually working.
Drive-By: Add fedora-latest as a kitchen testing target, this helps
          with verifying the os_family map testing that was added in
          PR #79
Drive-By: Link to the kitchen-salt getting started guide in the README
2018-10-08 12:28:01 +02:00
postfix Improve services definitions 2018-10-08 12:28:01 +02:00
test/integration/default Basic testing framework 2018-03-18 16:49:49 -03:00
.gitignore Improve services definitions 2018-10-08 12:28:01 +02:00
.kitchen.yml Improve services definitions 2018-10-08 12:28:01 +02:00
.travis.yml Improve services definitions 2018-10-08 12:28:01 +02:00
Gemfile Fix testing 2018-09-27 15:12:42 -03:00
LICENSE remove extra new line characters 2015-05-07 13:45:46 -04:00
README.rst Improve services definitions 2018-10-08 12:28:01 +02:00
pillar.example Further improvements on extra services configured in master.cf 2018-10-04 05:02:57 +02:00

README.rst

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

Integration testing

A rudimentary test-suite exists to verify basic functionality of the postfix-formula. Testing is done using the [Kitchen CI Framework](https://kitchen.ci/). Pull-Requests are verified using [Travis CI](https://travis-ci.org/).

A general getting started guide for kitchen-salt can be found at <https://github.com/saltstack/kitchen-salt/blob/master/docs/gettingstarted.md>.