patches: Add dovecot auth no-root patch

This commit is contained in:
Charlotte Van Petegem 2024-01-30 09:31:29 +01:00
parent f4402ff61c
commit f0a09aadfa
No known key found for this signature in database
GPG key ID: 019E764B7184435A

15
patches/284816.patch Normal file
View file

@ -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
- }
''
(