summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/mydestination_table.j2
blob: 420e781c5a5161a40c886863e94c4e33ed1ef6f4 (plain)
1
2
3
4
5
6
7
8
{% if mtadomain is defined %}
{% for item in mtadomain %}
{{ item }} OK
smtp.{{ item }} OK
{{ ansible_hostname }}.{{ item }} OK
{% endfor %}
{% endif %}