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 d0df99be7f
commit befc07bb46
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

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