mirror of https://github.com/fail2ban/fail2ban
Merge pull request #1566 from opoplawski/journalmatch
Add sendmail journalmatch optionspull/1373/merge
commit
af25a9d203
|
@ -13,6 +13,10 @@ failregex = ^%(__prefix_line)s\w{14}: (\S+ )?\[<HOST>\]( \(may be forged\))?: po
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
|
[Init]
|
||||||
|
|
||||||
|
journalmatch = _SYSTEMD_UNIT=sendmail.service
|
||||||
|
|
||||||
# DEV Notes:
|
# DEV Notes:
|
||||||
#
|
#
|
||||||
# Author: Daniel Black
|
# Author: Daniel Black
|
||||||
|
|
|
@ -33,6 +33,8 @@ ignoreregex =
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
|
|
||||||
|
journalmatch = _SYSTEMD_UNIT=sendmail.service
|
||||||
|
|
||||||
# "maxlines" is number of log lines to buffer for multi-line regex searches
|
# "maxlines" is number of log lines to buffer for multi-line regex searches
|
||||||
maxlines = 10
|
maxlines = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue