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 %}