postfix: update README

This commit is contained in:
Victor LABORIE 2017-10-27 15:29:41 +02:00
parent 2d1504ddf6
commit 79e6c55265
1 changed files with 4 additions and 1 deletions

View File

@ -4,9 +4,10 @@ Installation and basic configuration of Postfix.
## Tasks
Minimal configuration is in `tasks/main.yml` and optional customization in :
Minimal configuration is in `tasks/minimal.yml` and optional customization in :
* `slow_transport.yml` : slow transport to specific destination.
* `packmail.yml` : config for virtual mail accounts with OpenLDAP
## Available variables
@ -14,5 +15,7 @@ Main variables are :
* `postfix_hostname` : hostname for Postfix ;
* `postfix_slow_transport` : enable customization for delivrability.
* `postfix_force_main_cf` : force copy of main.cf
* `postfix_packmail` : install an Evolix Packmail instead of lite postfix config
The full list of variables (with default values) can be found in `defaults/main.yml`.