Trust traffic originating from localhost (outbound)
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -259,6 +259,7 @@ FailureReportsSentBy {{ postmaster_email }}
|
||||
## to "127.0.0.1" only.
|
||||
#
|
||||
# IgnoreHosts /etc/opendmarc/ignore.hosts
|
||||
IgnoreHosts /etc/opendmarc/ignore.hosts
|
||||
|
||||
## IgnoreMailFrom domain[,...]
|
||||
## default (none)
|
||||
|
1
templates/Fedora/42/etc/opendmarc/ignore.hosts
Normal file
1
templates/Fedora/42/etc/opendmarc/ignore.hosts
Normal file
@@ -0,0 +1 @@
|
||||
localhost
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user