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
+10
View File
@@ -0,0 +1,10 @@
#
# {{ ansible_managed }}
#
# Optional lookup tables with mappings from mail address or domain to message
# delivery transport and/or next-hop destination.
# http://www.postfix.org/postconf.5.html#transport_maps
{% for item in postfix_lmdb_transport_maps_table_entries | default([]) %}
{{ item.pattern }} {{ item.transport }}
{% endfor %}