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:
parent
6d3a763549
commit
03a14c6db9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue