postfix: Replace ansible_fqdn by evolinux_fqdn, set postfix_slow_transport_include to false by default (only for packmails and packwebs)

This commit is contained in:
William Hirigoyen 2023-08-31 17:10:11 +02:00
parent 42f20968fc
commit 41ce77e3d7
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
---
postfix_hostname: "{{ ansible_fqdn }}"
postfix_hostname: "{{ evolinux_fqdn }}"
postfix_force_main_cf: False
postfix_packmail: False
postfix_slow_transport_include: "{{ postfix_packmail }}"
postfix_slow_transport_include: False

View file

@ -66,7 +66,7 @@ smtpd_banner = $myhostname ESMTP mail server
# Indique le nom d'hote pleinement qualifie ou se trouve postfix [OBLIGATOIRE]
#par defaut, = [retour de la commande Unix hostname]
myhostname = {{ ansible_fqdn }}
myhostname = {{ postfix_hostname }}
# Variable indiquant le domaine dans lequel se trouve la machine
#par defaut, = [partie domain de la variable $myhostname]