Add more space between map entries

This commit is contained in:
phil 2023-04-19 15:47:14 +02:00
parent cb01dcb10d
commit 4bdd7e52bb
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
{% if postfix_canonical is defined %} {% if postfix_canonical is defined %}
{% for map in postfix_canonical %} {% for map in postfix_canonical %}
{{ "%-30s %s" | format(map.src, map.dest) }} {{ "%-50s %s" | format(map.src, map.dest) }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}

View file

@ -2,6 +2,6 @@
{% if postfix_sender_canonical is defined %} {% if postfix_sender_canonical is defined %}
{% for map in postfix_sender_canonical %} {% for map in postfix_sender_canonical %}
{{ "%-30s %s" | format(map.src, map.dest) }} {{ "%-50s %s" | format(map.src, map.dest) }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}