diff --git a/templates/postfix/conf.d/transport_relay.j2 b/templates/postfix/conf.d/transport_relay.j2 index b7c466c..635d643 100644 --- a/templates/postfix/conf.d/transport_relay.j2 +++ b/templates/postfix/conf.d/transport_relay.j2 @@ -3,7 +3,7 @@ {% if postfix_transport_relay is defined %} {% for transport in postfix_transport_relay %} {% if transport.comment is defined %} -# {{ transport.comment }} +{{ transport.comment }} {% endif %} {{ "%-50s %s" | format(transport.destination, transport.relay) }} {% endfor %}