mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Merge #3323
3323: Fix smtpd_forbid_unauth_pipelining with XCLIENT (backport #3322) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Fix smtpd_forbid_unauth_pipelining with XCLIENT. The default has changed in postfix 3.9, we need it enabled for XCLIENT to work. ### Related issue(s) - close #3301 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3322 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
fe3e13e56e
@ -26,6 +26,7 @@ podop = socketmap:unix:/tmp/podop.socket:
|
||||
postscreen_upstream_proxy_protocol = haproxy
|
||||
compatibility_level=3.6
|
||||
smtpd_forbid_bare_newline=yes
|
||||
smtpd_forbid_unauth_pipelining=no
|
||||
|
||||
# Only accept virtual emails
|
||||
mydestination =
|
||||
|
1
towncrier/newsfragments/3322.bugfix
Normal file
1
towncrier/newsfragments/3322.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Postfix 3.9 has changed the default for smtpd_forbid_unauth_pipelining. We need it to be allowed for XCLIENT to work.
|
Loading…
Reference in New Issue
Block a user