dovecot: switch to plain passwd

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-02-15 18:51:08 +01:00
parent 130d84290f
commit fc28a2be99
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -70,11 +70,12 @@ nglib.makeSystem {
passdb."" = { passdb."" = {
driver = "passwd-file"; driver = "passwd-file";
args = "scheme=plain-md5 username_format=%u /secrets/passwd.dovecot"; args = "scheme=plain username_format=%u /secrets/passwd.dovecot";
}; };
userdb."" = { userdb."" = {
driver = "passwd-file"; driver = "passwd-file";
args = "username_format=%u /secrets/passwd.dovecot"; args = "username_format=%u /secrets/passwd.dovecot";
default_fields = "uid=vmail gid=vmail home=/maildir/%u";
}; };
}; };
}; };