Add more space between map entries
This commit is contained in:
parent
cb01dcb10d
commit
4bdd7e52bb
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
{% if postfix_canonical is defined %}
|
||||
{% for map in postfix_canonical %}
|
||||
{{ "%-30s %s" | format(map.src, map.dest) }}
|
||||
{{ "%-50s %s" | format(map.src, map.dest) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
{% if postfix_sender_canonical is defined %}
|
||||
{% for map in postfix_sender_canonical %}
|
||||
{{ "%-30s %s" | format(map.src, map.dest) }}
|
||||
{{ "%-50s %s" | format(map.src, map.dest) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue