From 9d312eec0c62f4575950d305759780d4fe6c788f Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 12 Dec 2024 17:46:54 +0100 Subject: [PATCH] update template - add blank line after endif --- templates/main.cf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index b7585b8..5727048 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -6,6 +6,7 @@ compatibility_level= {{ postfix_compatibility_level }} myorigin = /etc/mailname mydestination = $myhostname, localhost.$mydomain, localhost, {% if postfix_hostname is defined %}{{ postfix_hostname }}{% else %}{{ ansible_hostname }}{% endif %} + mynetworks_style = {{ postfix_mynetworks_style }} mynetworks = {{ postfix_mynetworks | join(' ') }} inet_interfaces = {{ postfix_inet_interfaces }}