From 98390d81572efaf8162a78fc14e5d236840d2548 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 8 Nov 2023 09:10:47 +0100 Subject: [PATCH] Remove condition - Postfix will ignore this setting on older versions --- templates/postfix/main.cf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/postfix/main.cf.j2 b/templates/postfix/main.cf.j2 index 98b1ceb..cf7ba19 100644 --- a/templates/postfix/main.cf.j2 +++ b/templates/postfix/main.cf.j2 @@ -6,9 +6,7 @@ smtpd_banner = {{ postfix_smtpd_banner }} {% endif %} ### Logging -{% if (ansible_facts.packages['postfix'][0].version) >= "3.6" %} respectful_logging = yes -{% endif %} {% if postfix_debug_peer_list is defined %} debug_peer_list = {{ postfix_debug_peer_list | join(', ') }} {% endif %}