aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mail/templates/postfix/virtual-domains.j2
blob: 3997d1be18ba212e2fc5fd63a913873a388bae1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# /usr/local/etc/postfix/virtual-domains
# Postfix: $virtual_mailbox_domains
#
# The list of domains for which Postfix is the final destination,
# i.e., the (virtual) domains hosted.
#
# Aaron LI
# 2018-03-05
#

{% for domain in mail.domains %}
{{ domain }}
{% endfor %}