From f0a09aadfa351accaca5657785d2defe626a788f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 30 Jan 2024 09:31:29 +0100 Subject: [PATCH] patches: Add dovecot auth no-root patch --- patches/284816.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 patches/284816.patch diff --git a/patches/284816.patch b/patches/284816.patch new file mode 100644 index 00000000..1af07bb4 --- /dev/null +++ b/patches/284816.patch @@ -0,0 +1,15 @@ +diff --git a/nixos/modules/services/mail/dovecot.nix b/nixos/modules/services/mail/dovecot.nix +index 8d298de6945bbc..b40798ed6d588b 100644 +--- a/nixos/modules/services/mail/dovecot.nix ++++ b/nixos/modules/services/mail/dovecot.nix +@@ -112,10 +112,6 @@ let + pop3_uidl_format = %08Xv%08Xu + + auth_mechanisms = plain login +- +- service auth { +- user = root +- } + '' + + (