postfix/templates/sender_relay.j2
Ludovic Cartier 53beeec066 first commit
2024-12-06 11:04:10 +01:00

6 lines
119 B
Django/Jinja
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% if postfix_sender_relay is defined %}
{% for relay in postfix_sender_relay %}
{{ relay }}
{% endfor %}
{% endif %}