Fixed missing ipv6 pattern in one entry

This commit is contained in:
john 2019-12-05 06:45:00 -05:00
parent 98d577d503
commit 30e21234e4

View File

@ -102,7 +102,7 @@ LOGTYPE auth {
TARGET dovecot {
SEVERITY= 3
REGEX= dovecot.*authentication failure.*rhost=([0-9.]+)
REGEX= dovecot.*authentication failure.*rhost=([0-9.a-f:]+)
}
}