postfix/templates/sasl_passwd.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_sasl_passwd is defined %}
{% for passwd in postfix_sasl_passwd %}
{{ passwd }}
{% endfor %}
{% endif %}