ansible-infra/roles/common/templates/opensmtpd/smtpd-secret.j2

3 lines
136 B
Plaintext
Raw Normal View History

2020-11-28 20:47:30 +01:00
{% for account in smtp_accounts %}
{{ account.name }} {{ account.username | default(account.from) }}:{{ account.password }}
{% endfor %}