From 96aa481ad7fdfc75b723e8867b6da185f79c5f79 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 29 Sep 2023 09:48:18 -0700 Subject: [PATCH] Unauth pipelining makes thunderbird break --- postfix.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/postfix.nix b/postfix.nix index 913bf81..0903a05 100644 --- a/postfix.nix +++ b/postfix.nix @@ -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"