diff --git a/templates/postfix/conf.d/client_checks.j2 b/templates/postfix/conf.d/client_checks.j2 index 963eac2..afa40f3 100644 --- a/templates/postfix/conf.d/client_checks.j2 +++ b/templates/postfix/conf.d/client_checks.j2 @@ -4,7 +4,7 @@ {% if postfix_client_checks is defined %} {% for client in postfix_client_checks %} -{{ client.comment }} +# {{ client.comment }} {{ "%-30s %s" | format(client.name, client.state) }} {% endfor %} {% endif %}