diff --git a/roles/mail_server/templates/main.cf.j2 b/roles/mail_server/templates/main.cf.j2 index af436cf335f845434d05b532faedb0be6b66f55b..ca4d07cb3e730101baa5f231602797f37be6c837 100644 --- a/roles/mail_server/templates/main.cf.j2 +++ b/roles/mail_server/templates/main.cf.j2 @@ -36,11 +36,9 @@ message_size_limit = {{ mail_message_size_limit }} # Disable output of Postfix README file paths when invoking postconf. readme_directory = no -{% if ansible_distribution_release != 'bullseye' %} # Use whitelist/blacklist instead of allowlist/denylist in log # entries. respectful_logging = no -{% endif %} # Compatibility level for default values. For more details, see: # https://www.postfix.org/COMPATIBILITY_README.html