summaryrefslogtreecommitdiffstats
path: root/roles/mtaserver/templates/relay_recipients.j2
blob: 73d152febee67318904c7d18514487c3a8976798 (plain)
1
2
3
4
5
6
{% if mtadomain is defined %}
{% for item in relay %}
*@{{ item }} OK
{% endfor %}
{% endif %}