9 lines
266 B
Django/Jinja
9 lines
266 B
Django/Jinja
#
|
|
# {{ ansible_managed }}
|
|
#
|
|
|
|
# Replace only recipient and sender e-mail addresses.
|
|
# http://www.postfix.org/postconf.5.html#canonical_maps
|
|
{% for item in postfix_lmdb_canonical_maps_table_entries | default([]) %}
|
|
{{ item.origin }} {{ item.replacement }}
|
|
{% endfor %} |