2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter file for common exim expressions
|
2013-07-02 10:03:16 +00:00
|
|
|
#
|
2013-10-30 13:02:59 +00:00
|
|
|
# This is to be used by other exim filters
|
2013-07-02 10:03:16 +00:00
|
|
|
|
|
|
|
[INCLUDES]
|
|
|
|
|
|
|
|
# Load customizations if any available
|
|
|
|
after = exim-common.local
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
host_info = H=([\w.-]+ )?(\(\S+\) )?\[<HOST>\](:\d+)? (I=\[\S+\]:\d+ )?(U=\S+ )?(P=e?smtp )?
|
|
|
|
pid = ( \[\d+\])?
|
|
|
|
|
2013-10-30 13:02:59 +00:00
|
|
|
# DEV Notes:
|
|
|
|
# From exim source code: ./src/receive.c:add_host_info_for_log
|
|
|
|
#
|
|
|
|
# Author: Daniel Black
|