Well what the fuck then
This commit is contained in:
parent
1bcee1c199
commit
99e9b6c519
|
@ -362,11 +362,6 @@ in {
|
|||
} home=${cfg.state-directory}/mail/%u
|
||||
}
|
||||
|
||||
userdb {
|
||||
driver = ldap
|
||||
args = ${cfg.ldap-conf}
|
||||
}
|
||||
|
||||
service imap {
|
||||
vsz_limit = 1024M
|
||||
}
|
||||
|
|
|
@ -210,7 +210,6 @@ in {
|
|||
"auth_bind_userdn = cn=%u,${cfg.ldap.member-ou},${cfg.ldap.base}"
|
||||
"base = ${cfg.ldap.base}"
|
||||
"user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||
"pass_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||
]);
|
||||
target-file = "/run/dovecot-secret/ldap.conf";
|
||||
};
|
||||
|
|
|
@ -205,11 +205,6 @@ in {
|
|||
args = ${cfg.ldap-conf}
|
||||
}
|
||||
|
||||
userdb {
|
||||
driver = ldap
|
||||
args = ${cfg.ldap-conf}
|
||||
}
|
||||
|
||||
service auth {
|
||||
unix_listener auth {
|
||||
mode = 0600
|
||||
|
|
Loading…
Reference in New Issue