From cd86e08045dcdc73ea6b0c13d8f21e691eccb942 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 26 Sep 2023 13:16:37 -0700 Subject: [PATCH] Just totally forget userdb --- postfix.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/postfix.nix b/postfix.nix index 25e8878..f28db97 100644 --- a/postfix.nix +++ b/postfix.nix @@ -205,11 +205,6 @@ in { args = ${cfg.ldap-conf} } - userdb = { - driver = static - args = uid=${toString mailUserUid} home=/tmp/%u - } - service auth { unix_listener auth { mode = 0600