mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bastion / opendkim: set mx2.redhat.com in opendkim PeerList
Right now we are getting emails from redhat.com addresses and verifying DKIM and stripping it off and sending on. We should leave redhat.com emails coming from mx2.redhat.com alone so their own DKIM will still be on the emails. This hopefully will allow these emails to be accepted by google on the other side. Right now they don't have the signature so google thinks they are trickery. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -118,6 +118,7 @@ InternalHosts refile:/etc/opendkim/TrustedHosts
|
||||
## whose mail should be neither signed nor verified by this filter. See man
|
||||
## page for file format.
|
||||
# PeerList X.X.X.X
|
||||
PeerList mx2.redhat.com
|
||||
|
||||
## Always oversign From (sign using actual From and a null From to prevent
|
||||
## malicious signatures header fields (From and/or others) between the signer
|
||||
|
||||
Reference in New Issue
Block a user