diff --git a/templates/TrustedHosts.j2 b/templates/TrustedHosts.j2 index 5eebf5d..776e972 100644 --- a/templates/TrustedHosts.j2 +++ b/templates/TrustedHosts.j2 @@ -3,3 +3,6 @@ {% for ip in mail_own_networks %} {{ ip }} {% endfor %} +{% for domain in mail_domains %} +{{ domain }} +{% endfor %}