mirror of
https://github.com/clearlinux/tallow.git
synced 2026-04-28 10:23:35 +00:00
add dovecot as postfix auth backend parsing
This commit is contained in:
12
data/dovecot.json
Normal file
12
data/dovecot.json
Normal 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:.]+)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user