summaryrefslogtreecommitdiffstats
path: root/roles/MX/templates/etc/postfix/virtual/transport.j2
blob: 6d244dc6438d55df62a8af7d372693f21025f845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
reserved.locahost.localdomain   reserved-alias:

{% if 'LDA' in group_names %}
mda.guilhem.org smtpl:[127.0.0.1]:{{ LDA.port }}
{% else %}
mda.guilhem.org smtps:[{{ LDA.host }}]:{{ LDA.port }}
{% endif %}

{% if 'lists' in group_names %}
lists.guilhem.org smtpl:[127.0.0.1]:{{ lists.port }}
{% else %}
lists.guilhem.org smtps:[{{ lists.host }}]:{{ lists.port }}
{% endif %}