ansible-roles/postfix
William Hirigoyen a440110cad
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2620|19|2601|21|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/336//ansiblelint">Evolix » ansible-roles » unstable #336</a>
gitea/ansible-roles/pipeline/head This commit looks good
evolinux-base: include postfix role, move exim4 purge from evolinux-base to postfix role
2023-08-31 17:30:34 +02:00
..
defaults evolinux-base: include postfix role, move exim4 purge from evolinux-base to postfix role 2023-08-31 17:30:34 +02: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 evolinux-base: include postfix role, move exim4 purge from evolinux-base to postfix role 2023-08-31 17:30:34 +02:00
templates postfix: Replace ansible_fqdn by evolinux_fqdn, set postfix_slow_transport_include to false by default (only for packmails and packwebs) 2023-08-31 17:30:34 +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.