From 5d2274234b1068ae9a7659618ce2612e645f3d02 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 17 May 2023 21:44:45 +0200 Subject: [PATCH] Increase intendation --- templates/postfix/conf.d/transport_relay.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}