Add domains to trusted domains
This commit is contained in:
parent
05541ff0bb
commit
3b4d789082
1 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,6 @@
|
||||||
{% for ip in mail_own_networks %}
|
{% for ip in mail_own_networks %}
|
||||||
{{ ip }}
|
{{ ip }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% for domain in mail_domains %}
|
||||||
|
{{ domain }}
|
||||||
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue