Commit graph

21 commits

Author SHA1 Message Date
d2a23b2e83
Fix defaults for setups without LDAP 2025-01-13 16:49:10 +01:00
Julian Rother
5267a3d716 Use DN lookup instead of DN template for LDAP auth
In our setup users require a specific LDAP group to login. We enforce this
with an LDAP filter (user_filter). With DN template, authentication always
succeeds for these users, as Dovecot only performs an LDAP BIND request.
Successful auth followed by failed userdb lookup seems to trigger a bug in
Dovecot that causes the handler processes to stay around indefinitely and fill
up the process_limit. Using DN lookup with the LDAP filter set for both
user_filter and pass_filter should cause the authentication to fail for these
users and work around the bug.
2022-07-18 00:36:18 +02:00
psy
18ab8dc6b1
set home directory for vmail user 2022-07-16 20:45:48 +02:00
psy
a4d40a53ef
Merge branch 'master' of git.cccv.de:infra/ansible/roles/dovecot 2022-07-16 20:14:10 +02:00
psy
1034e5bc84
store auth-ldap and auth-system as .conf.ext to not include it automatically 2022-07-16 20:14:00 +02:00
nd
e1230b4c02
fix linter 2021-07-17 01:42:14 +02:00
psy
afa041d39d
add imap sieve setting to mail plugins 2021-02-12 15:59:10 +01:00
Morre
b4dbaf5047
Use chain to include intermediate cert 2020-10-03 12:47:37 +02:00
Morre
35f5fbb65a
add quota warnings 2020-10-02 14:50:20 +02:00
Morre
202f9bdb4c
Add quota checking 2020-09-26 13:47:35 +02:00
Christian Carstensen
38630d5f4a
modified mailboxes.conf: autocreate common folders 2020-07-28 15:32:20 +02:00
Christian Carstensen
14cdc0d6f6
removed pass_filter, added auth_bind_userdn 2020-07-28 15:31:08 +02:00
Morre
a38390c678
Enable LDAP 2020-07-12 17:13:36 +02:00
Morre
b6df106387
Update defaults and docs 2020-07-12 13:55:38 +02:00
nd
433412434b
fix indent 2020-05-29 16:43:35 +02:00
nd
2f80df9c5a
added README 2020-05-29 11:52:48 +02:00
nd
38ff3f3fe4
added buster support 2020-04-30 14:59:14 +02:00
nd
0ed250d6ee
add support for apt with new ansible 2018-11-13 08:12:15 +01:00
nd
c138a2304c
set separator for folders 2018-09-23 20:49:49 +02:00
nd
ad16ba52c0 added sieve to dovecot 2018-01-18 02:54:47 +01:00
nd
9036a73324 initial commit 2018-01-17 17:11:07 +01:00