ansible-roles/postfix/README.md

19 lines
463 B
Markdown
Raw Normal View History

2017-01-02 00:06:18 +01:00
# Postfix
Installation and basic configuration of Postfix.
2017-01-02 00:06:18 +01:00
## Tasks
Minimal configuration is in `tasks/main.yml` and optional customization in :
* `slow_transport.yml` : slow transport to specific destination.
2017-01-02 00:06:18 +01:00
## Available variables
Main variables are :
* `postfix_hostname` : hostname for Postfix ;
* `postfix_slow_transport` : enable customization for delivrability.
The full list of variables (with default values) can be found in `defaults/main.yml`.