ansible/roles/base/files/postfix
Kevin Fenzi 9ddd3e2e6d postfix / gateway: add bysender map
This is a hack to work around SPF screwing us for @fedoraproject.org
aliases. It only fixes email from @redhat.com, but due to bugzilla thats
a lot of email.

Without this:
bugzilla@redhat.com -> user@fedoraproject.org (expands) ->
user@gmail.com sent out directly to gmail and gets rejected because
we aren't in the redhat.com SPF record.

With this:

bugzilla@redhat.com -> user@fedoraproject.org (expands) ->
user@gmail.com but sent to mx2.redhat.com to deliver. Since
mx2.redhat.com definitely is in the redhat.com SPF record the email is
delivered fine and SPF checks pass.

This won't help for other domains with -all SPF records, but at least it
helps for all the redhat.com emails, of which there are a lot going to
fedoraproject.org aliases. :)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-07-26 15:58:43 -07:00
..
main.cf postfix / gateway: add bysender map 2022-07-26 15:58:43 -07:00
master.cf postfix / gateway: fix tlsproxy to actually work 2022-04-26 12:31:48 -07:00
bysender postfix / gateway: add bysender map 2022-07-26 15:58:43 -07:00
tls_policy bastion / postfix: clean up tls_policy duplicates 2022-05-24 12:33:26 -07:00
transports.gateway bastion: switch to mx2 for redhat.com emails 2022-04-05 07:58:45 -07:00
transports.noc02.fedoraproject.org remove the entries to noc02 that wont work because that hostnmae doesnt exist 2016-09-30 15:23:54 +00:00
transports.smtp-mm put in an updated postfix.main for bastion-iad01 2020-05-22 13:56:34 -04:00