File tree 2 files changed +19
-7
lines changed 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,4 @@ List any errors
26
26
array(%d) {
27
27
[0]=>
28
28
string(%d) "%s"
29
- [1]=>
30
- string(%d) "%s"
31
29
}
Original file line number Diff line number Diff line change 2
2
# Pigeonhole version 0.4.21 (92477967)
3
3
listen = *, ::
4
4
5
- # To make authentication work
5
+ # For SSL need to setup a certificate
6
+ # See https://wiki.dovecot.org/SSL/DovecotConfiguration
6
7
ssl = no
7
- disable_plaintext_auth = no
8
8
9
- auth_mechanisms = plain cram-md5
9
+ # Disable plaintext to prevent a warning at each login
10
+ disable_plaintext_auth = yes
11
+
12
+ auth_mechanisms = cram-md5
10
13
auth_username_format = %u
11
- auth_debug = yes
12
14
auth_verbose = yes
13
- #log
15
+ auth_debug = yes
16
+ auth_failure_delay = 1secs
17
+
18
+ # This need dovecot 2.3.12.
19
+ # login_proxy_timeout = 500milliseconds
20
+ # ^ This would allow to kill login processes early, but needs testing. So would use v instead
21
+ # login_proxy_timeout = 5s
22
+ # There is a 1 second delay between each reconnection attempt.
23
+ # https://doc.dovecot.org/settings/core/#login-proxy-max-reconnects
24
+ # This need dovecot 2.3.12.
25
+ # login_proxy_max_reconnects = 3
26
+
27
+ # Log config
14
28
log_path = /var/log/dovecot.log
15
29
# If not set, use the value from log_path
16
30
info_log_path = /var/log/dovecot-info.log
You can’t perform that action at this time.
0 commit comments