Unauth pipelining makes thunderbird break

This commit is contained in:
niten 2023-09-29 09:48:18 -07:00
parent 95305e08f4
commit 96aa481ad7
1 changed files with 2 additions and 3 deletions

View File

@ -244,8 +244,7 @@ in {
relay-restrictions = [
"reject_unauth_destination"
"reject_unauth_pipelining"
"reject_unauth_destination"
# "reject_unauth_pipelining"
"reject_unknown_sender_domain"
"permit_mynetworks"
"permit_sasl_authenticated"
@ -256,7 +255,7 @@ in {
"check_sender_access ${mappedFile "reject_recipients"}"
"reject_unknown_sender_domain"
"reject_unknown_recipient_domain"
"reject_unauth_pipelining"
# "reject_unauth_pipelining"
"reject_unauth_destination"
"reject_invalid_hostname"
"reject_non_fqdn_hostname"