ansible-roles/postfix/README.md

22 lines
664 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
2017-10-27 15:29:41 +02:00
Minimal configuration is in `tasks/minimal.yml` and optional customization in :
* `slow_transport.yml` : slow transport to specific destination.
2017-10-27 15:29:41 +02:00
* `packmail.yml` : config for virtual mail accounts with OpenLDAP
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.
2017-10-27 15:29:41 +02:00
* `postfix_force_main_cf` : force copy of main.cf
* `postfix_packmail` : install an Evolix Packmail instead of lite postfix config
2017-01-02 00:06:18 +01:00
The full list of variables (with default values) can be found in `defaults/main.yml`.