add dovecot as postfix auth backend parsing

This commit is contained in:
Boris Manojlovic
2019-04-08 23:28:14 +02:00
committed by ahkok
parent e4b3977704
commit 43998632aa

12
data/dovecot.json Normal file
View File

@@ -0,0 +1,12 @@
[
{
"filter": "SYSLOG_IDENTIFIER=auth",
"items": [
{
"ban": 50,
"score": 0.6,
"pattern": "MESSAGE=pam_unix[(]dovecot:auth[)]: authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=.*@.* rhost=([0-9a-z:.]+)"
}
]
}
]