Initial Commit
Lint Markdown files / markdown-lint (push) Successful in 54s
Ansible Linter / ansible-lint (push) Successful in 1m0s

This commit is contained in:
2026-09-07 17:30:42 +02:00
commit 91dabffbd8
53 changed files with 5419 additions and 0 deletions
@@ -0,0 +1,11 @@
#
# {{ ansible_managed }}
#
# Search the specified access(5) database for the MAIL FROM address, domain,
# parent domains, or localpart@, and execute the corresponding action.
# http://www.postfix.org/postconf.5.html#check_sender_access
# http://www.postfix.org/access.5.html
{% for item in postfix_lmdb_check_sender_access_maps_table_entries | default([]) %}
{{ item.pattern }} {{ item.action }}{% if item.reason is defined %} {{ item.reason }}{% endif %}
{% endfor %}