postfix/templates/sasl_passwd.j2

6 lines
119 B
Plaintext
Raw Normal View History

2024-12-06 11:04:10 +01:00
{% if postfix_sasl_passwd is defined %}
{% for passwd in postfix_sasl_passwd %}
{{ passwd }}
{% endfor %}
{% endif %}