HOTPATCH: Fix pagure-stg email. Formal fix will need updating our postfix files to work with RHEL-8/Fedora 28+ postfix syntax.

This commit is contained in:
Stephen Smoogen 2020-05-04 08:48:43 -04:00
parent 6d3a763549
commit 03a14c6db9

View file

@ -688,3 +688,8 @@ message_size_limit = 20971520
non_smtpd_milters = unix:/var/run/pagure/paguresock
smtpd_milters = unix:/var/run/pagure/paguresock
# The following are needed for postfix-3
smtpd_relay_restrictions = ${{$compatibility_level} < {1} ? {} :{permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination}}
compatibility_level = 2