From d4cbaf5b37d7ef9d8623d6857ebfeef755bb40ea Mon Sep 17 00:00:00 2001 From: lostcontrol Date: Sat, 23 Dec 2006 09:49:19 +0000 Subject: [PATCH] - Exim4 filter. Thanks to mEDI git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@499 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/filter.d/exim.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/filter.d/exim.conf diff --git a/config/filter.d/exim.conf b/config/filter.d/exim.conf new file mode 100644 index 00000000..564bb9a8 --- /dev/null +++ b/config/filter.d/exim.conf @@ -0,0 +1,23 @@ +# Fail2Ban configuration file +# +# Author: Cyril Jaquier +# +# $Revision: 267 $ +# + +[Definition] + +# Option: failregex +# Notes.: regex to match the password failures messages in the logfile. The +# host must be matched by a group named "host". The tag "" can +# be used for standard IP/hostname matching and is only an alias for +# (?:::f{4,6}:)?(?P\S+) +# Values: TEXT +# +failregex = \[\] .*(?:rejected by local_scan|Unrouteable address) + +# Option: ignoreregex +# Notes.: regex to ignore. If this regex matches, the line is ignored. +# Values: TEXT +# +ignoreregex =