ansible-role-opendkim_postfix/templates/TrustedHosts.j2

6 lines
71 B
Text
Raw Normal View History

127.0.0.1
::1
{% for ip in mail_own_networks %}
{{ ip }}
{% endfor %}