This commit is contained in:
Ludovic Cartier
2024-12-20 15:52:04 +01:00
parent ef7d95e82f
commit c48f671717
3 changed files with 20 additions and 0 deletions

5
templates/transport.j2 Normal file
View File

@ -0,0 +1,5 @@
{% if postfix_transport_maps is defined %}
{% for map in postfix_transport_maps %}
{{ map }}
{% endfor %}
{% endif %}