dovecot regex now accepts PIDs
This commit is contained in:
parent
2c8d23a728
commit
d33610d2cf
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): Password mismatch
|
||||
dovecot: auth-worker\(default\): sql\(.*@.*,<HOST>\): unknown user
|
||||
failregex = dovecot: auth-worker\(.*\): sql\(.*@.*,<HOST>\): Password mismatch
|
||||
dovecot: auth-worker\(.*\): sql\(.*@.*,<HOST>\): unknown user
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
Reference in a new issue