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