From 75650032d4256c28c7abf6def9f1f8c990d22a3f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 6 Feb 2024 13:33:10 +0100 Subject: [PATCH] postfix: default to evolinux_fqdn --- postfix/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/defaults/main.yml b/postfix/defaults/main.yml index 4632d79b..53ae5360 100644 --- a/postfix/defaults/main.yml +++ b/postfix/defaults/main.yml @@ -1,5 +1,5 @@ --- -postfix_hostname: "{{ evolinux_hostname }}.{{ evolinux_domain }}" +postfix_hostname: "{{ evolinux_fqdn }}" postfix_force_main_cf: False postfix_packmail: False postfix_slow_transport_include: False