Initial Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
# Search the specified access database for the client hostname, parent domains,
|
||||
# client IP address, or networks obtained by stripping least significant octets.
|
||||
# http://www.postfix.org/postconf.5.html#check_client_access
|
||||
# http://www.postfix.org/access.5.html
|
||||
{% for item in postfix_lmdb_check_client_access_maps_table_entries | default([]) %}
|
||||
{{ item.pattern }} {{ item.action }}{% if item.reason is defined %} {{ item.reason }}{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user