From e50fbdd2b842fb5edbd04dbf52f5bc6fe63cf530 Mon Sep 17 00:00:00 2001 From: "William Hirigoyen (Evolix)" Date: Tue, 31 May 2022 14:13:09 +0200 Subject: [PATCH] #66153 : fix missing locahost and localhost.localdomain in postfix main.cf mydestination --- postfix/templates/packmail_main.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/templates/packmail_main.cf.j2 b/postfix/templates/packmail_main.cf.j2 index 397abc0d..d9d90836 100644 --- a/postfix/templates/packmail_main.cf.j2 +++ b/postfix/templates/packmail_main.cf.j2 @@ -74,7 +74,7 @@ myhostname = {{ ansible_fqdn }} # Liste des noms de domaine (ou IP) consideres comme local #par defaut, = $myhostname, localhost.$mydomain, localhost -mydestination = $myhostname +mydestination = $myhostname localhost.localdomain localhost # Indique le domaine apparaissant dans le courrier envoye #par defaut, = $myhostname