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

This reverts commit bfe3bd7ef4.
This commit is contained in:
William Hirigoyen 2023-08-31 17:47:58 +02:00
parent 5b63ba112c
commit 1b6700925c
2 changed files with 3 additions and 3 deletions

View file

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

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 = {{ postfix_hostname }}
myhostname = {{ ansible_fqdn }}
# Variable indiquant le domaine dans lequel se trouve la machine
#par defaut, = [partie domain de la variable $myhostname]