ansible-role-opendkim_postfix/templates/TrustedHosts.j2

9 lines
130 B
Text
Raw Normal View History

127.0.0.1
::1
{% for ip in mail_own_networks %}
{{ ip }}
{% endfor %}
2024-04-03 23:00:36 +02:00
{% for domain in mail_domains %}
{{ domain }}
{% endfor %}