patches: Add dovecot auth no-root patch
This commit is contained in:
parent
f4402ff61c
commit
f0a09aadfa
1 changed files with 15 additions and 0 deletions
15
patches/284816.patch
Normal file
15
patches/284816.patch
Normal 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
|
||||
- }
|
||||
''
|
||||
|
||||
(
|
Loading…
Add table
Add a link
Reference in a new issue