11 lines
321 B
Django/Jinja
11 lines
321 B
Django/Jinja
#
|
|
# {{ ansible_managed }}
|
|
#
|
|
|
|
# Optional lookup tables with the Postfix SMTP client TLS security policy by
|
|
# next-hop destination.
|
|
# http://www.postfix.org/postconf.5.html#smtp_tls_policy_maps
|
|
{% for item in postfix_lmdb_tls_policy_maps_table_entries | default([]) %}
|
|
{{ item.destination }} {{ item.policy }}
|
|
{% endfor %}
|