Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
# Optional lookup tables with new contact information for users or domains that
|
||||
# no longer exist.
|
||||
# http://www.postfix.org/postconf.5.html#relocated_maps
|
||||
{% for item in postfix_lmdb_relocated_maps_table_entries | default([]) %}
|
||||
{{ item.old_address }} {{ item.new_address }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user