summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/postfix/tls_policy.j2
blob: b4fc453367d64b47c92dc9a6e25977704fdc64f1 (plain)
1
2
3
4
5
6
# {{ ansible_managed }}

[outgoing.fripost.org]:{{ postfix_instance.out.port }} fingerprint ciphers=high protocols=TLSv1.2
{% for x in tls_policy.results %}
   match={{ x.stdout }}
{% endfor %}