ansible-roles/postfix
Jérémy Lecour 75650032d4
postfix: default to evolinux_fqdn
2024-02-06 13:33:15 +01:00
..
defaults postfix: default to evolinux_fqdn 2024-02-06 13:33:15 +01:00
files postfix: minor modifs spamp.sh 2023-07-28 12:00:31 +02:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Fix ansible-lint violations 2023-03-20 23:48:40 +01:00
tasks postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
templates postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
vars postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md postfix: update README 2017-10-27 15:29:41 +02:00

README.md

Postfix

Installation and basic configuration of Postfix.

Tasks

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

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.