mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Fix smtpd_forbid_unauth_pipelining w XCLIENT
This commit is contained in:
parent
3309464605
commit
648c98ab05
@ -26,6 +26,7 @@ podop = socketmap:unix:/tmp/podop.socket:
|
|||||||
postscreen_upstream_proxy_protocol = haproxy
|
postscreen_upstream_proxy_protocol = haproxy
|
||||||
compatibility_level=3.6
|
compatibility_level=3.6
|
||||||
smtpd_forbid_bare_newline=yes
|
smtpd_forbid_bare_newline=yes
|
||||||
|
smtpd_forbid_unauth_pipelining=no
|
||||||
|
|
||||||
# Only accept virtual emails
|
# Only accept virtual emails
|
||||||
mydestination =
|
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…
x
Reference in New Issue
Block a user