Well what the fuck then

This commit is contained in:
niten 2023-09-30 18:17:24 -07:00
parent 1bcee1c199
commit 99e9b6c519
3 changed files with 0 additions and 11 deletions

View File

@ -362,11 +362,6 @@ in {
} home=${cfg.state-directory}/mail/%u } home=${cfg.state-directory}/mail/%u
} }
userdb {
driver = ldap
args = ${cfg.ldap-conf}
}
service imap { service imap {
vsz_limit = 1024M vsz_limit = 1024M
} }

View File

@ -210,7 +210,6 @@ in {
"auth_bind_userdn = cn=%u,${cfg.ldap.member-ou},${cfg.ldap.base}" "auth_bind_userdn = cn=%u,${cfg.ldap.member-ou},${cfg.ldap.base}"
"base = ${cfg.ldap.base}" "base = ${cfg.ldap.base}"
"user_filter = (&(objectClass=organizationalPerson)(cn=%n))" "user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
"pass_filter = (&(objectClass=organizationalPerson)(cn=%n))"
]); ]);
target-file = "/run/dovecot-secret/ldap.conf"; target-file = "/run/dovecot-secret/ldap.conf";
}; };

View File

@ -205,11 +205,6 @@ in {
args = ${cfg.ldap-conf} args = ${cfg.ldap-conf}
} }
userdb {
driver = ldap
args = ${cfg.ldap-conf}
}
service auth { service auth {
unix_listener auth { unix_listener auth {
mode = 0600 mode = 0600