# # {{ ansible_managed }} # # Replace only sender e-mail addresses. # http://www.postfix.org/postconf.5.html#sender_canonical_maps {% for item in postfix_lmdb_sender_canonical_maps_table_entries | default([]) %} {{ item.origin }} {{ item.replacement }} {% endfor %}