Trust traffic originating from localhost (outbound)

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2025-09-01 14:01:33 -05:00
parent 41aa8840b0
commit 203a761e03
3 changed files with 4 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ template_list:
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendkim.conf'
- dest: '/etc/opendmarc.conf'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendmarc.conf'
- dest: '/etc/opendmarc/ignore.hosts'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/etc/opendmarc/ignore.hosts'
- dest: '/usr/lib/systemd/system/postfix-copytls.service'
src: '{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/usr/lib/systemd/system/postfix-copytls.service'
- dest: '/usr/lib/systemd/system/postfix-copytls.timer'