feat(dovecot): log failed authentication attempts
Visibility is required for failed authentication attempts. Provides an ability to use fail2ban and to fault find an end user auth issue. MR !9
This commit is contained in:
@ -27,7 +27,7 @@ log_path=/var/log/dovecot.log
|
||||
#log_core_filter =
|
||||
|
||||
# Log unsuccessful authentication attempts and the reasons why they failed.
|
||||
#auth_verbose = no
|
||||
auth_verbose = yes
|
||||
|
||||
# In case of password mismatches, log the attempted password. Valid values are
|
||||
# no, plain and sha1. sha1 can be useful for detecting brute force password
|
||||
|
Reference in New Issue
Block a user