ansible-roles/postfix
Eric Morino 6f218a7763
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2612|3|2609|2|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/308//ansiblelint">Evolix » ansible-roles » unstable #308</a>
gitea/ansible-roles/pipeline/head This commit looks good
Add enabled and started systemd unit for mailgraph
2023-07-26 10:44:26 +02:00
..
defaults postfix: add slow transport for packmail by default 2017-10-25 11:55:34 +02:00
files postfix: new spam.sh update script that avoids reloading if files did not change. 2023-07-25 15:24:00 +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 Add enabled and started systemd unit for mailgraph 2023-07-26 10:44:26 +02:00
templates add options for Amavis integration in Postfix packmail 2023-07-04 09:52:47 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
vars Postfix: extract main.cf md5sum into variables 2017-11-15 12:13:50 +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

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.