Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 4399863

Browse files
bmanojlovicahkok
authored andcommitted
add dovecot as postfix auth backend parsing
1 parent e4b3977 commit 4399863

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

data/dovecot.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"filter": "SYSLOG_IDENTIFIER=auth",
4+
"items": [
5+
{
6+
"ban": 50,
7+
"score": 0.6,
8+
"pattern": "MESSAGE=pam_unix[(]dovecot:auth[)]: authentication failure; logname= uid=0 euid=0 tty=dovecot ruser=.*@.* rhost=([0-9a-z:.]+)"
9+
}
10+
]
11+
}
12+
]

0 commit comments

Comments
 (0)