From 3b4d78908291305fa787c6586dd036e583b3056d Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 4 Apr 2024 00:00:36 +0300 Subject: [PATCH] Add domains to trusted domains --- templates/TrustedHosts.j2 | 3 +++ 1 file changed, 3 insertions(+) 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 %}