added regex for "unknown user" login attempts
This commit is contained in:
parent
256baa8c55
commit
5eda946c4f
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
# Values: TEXT
|
||||
#
|
||||
failregex = dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): Password mismatch
|
||||
dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): unknown user
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
Reference in a new issue