Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# {{ 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 %}
|
||||
Reference in New Issue
Block a user