You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-roles/postfix
Jérémy Lecour 70c93310f9
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2768|3|2765|12|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/224//ansiblelint">Evolix » ansible-roles » unstable #224</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Fix ansible-lint violations
3 months ago
..
defaults postfix: add slow transport for packmail by default 6 years ago
files postfix: merge packmail role into postfix role 6 years ago
handlers Use FQCN 3 months ago
meta Fix ansible-lint violations 3 months ago
tasks Fix ansible-lint violations 3 months ago
templates postfix: avoid Amavis transport to be considered dead when restarted. 3 months ago
tests Add tests for many roles 6 years ago
vars Postfix: extract main.cf md5sum into variables 6 years ago
.kitchen.yml Kitchen: Change base image to evolix/ansible 6 years ago
README.md postfix: update README 6 years ago

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.