diff --git a/templates/postfix/conf.d/transport_relay.j2 b/templates/postfix/conf.d/transport_relay.j2 index 3d70580..decb42d 100644 --- a/templates/postfix/conf.d/transport_relay.j2 +++ b/templates/postfix/conf.d/transport_relay.j2 @@ -20,6 +20,6 @@ {% if domain.comment is defined %} # {{ domain.comment }} {% endif %} -{{ "%-50s %s" | format(domain.name, domain.relay) }} +{{ "%-60s %s" | format(domain.name, domain.relay) }} {% endfor %} {% endif %}