ansible-roles/postfix
Jérémy Lecour 5a4f838375 Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
..
defaults init Postfix roles 2017-01-02 00:37:20 +01:00
handlers add slow_transport configuration for Postfix role 2017-01-02 01:14:18 +01:00
tasks Unix mode MUST be a quoted string when using octal notation 2017-01-05 12:03:54 +01:00
templates init Postfix roles 2017-01-02 00:37:20 +01:00
README.md add slow_transport configuration for Postfix role 2017-01-02 01:14:18 +01:00

README.md

Postfix

Install Postfix

Tasks

Minimal configuration is in tasks/main.yml and optional customization in :

  • slow_transport.yml : slow transport to specific destination.

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.