summaryrefslogtreecommitdiffstats
path: root/roles/postfix/templates/aliases.users
blob: 20ef4808abea53df25fdece48632e75203abc841 (plain)
1
2
3
4
5
{% for item in postfix_aliases %}
{{ item.alias }}: {% if item.mail is string %} {{ item.mail }}
{% else %} {{ item.mail |join(',') }}
{% endif  %}
{% endfor %}