mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-24 17:16:15 +01:00
dovecot: switch to plain passwd
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
d0df99be7f
commit
befc07bb46
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue