mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Update config/filter.d/dovecot.conf
site actually needs updated because of <HOST> alias per Notes above.
This commit is contained in:
parent
7ede1e8518
commit
e040c6d8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# Values: TEXT
|
||||
#
|
||||
failregex = .*(?:pop3-login|imap-login):.*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed).*rip=(?P<host>\S*),.*
|
||||
pam.*dovecot.*(?:authentication failure).*rhost=(?:::f{4,6}:)?(?P<host>\S*)
|
||||
pam.*dovecot.*(?:authentication failure).*rhost=<HOST>
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
Loading…
Reference in a new issue