23 lines
847 B
Text
23 lines
847 B
Text
# Fail2Ban configuration file
|
|
#
|
|
# Author: Oliver Ladner
|
|
|
|
[Definition]
|
|
|
|
# Option: failregex
|
|
# Notes.: regex to match hosts not correctly configured for SPF.
|
|
# host must be matched by a group named "host". The tag "<HOST>" can
|
|
# be used for standard IP/hostname matching and is only an alias for
|
|
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
|
# Values: TEXT
|
|
#
|
|
failregex = domain owner discourages use of this host': QUEUE_ID=""; identity=mailfrom; client-ip=<HOST>;
|
|
SPF fail - not authorized': QUEUE_ID=""; identity=mailfrom; client-ip=<HOST>;
|
|
Sender domain not allowed from this host. Please see http://www.openspf.org/.*': QUEUE_ID=""; identity=mailfrom; client-ip=<HOST>;
|
|
|
|
|
|
# Option: ignoreregex
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
# Values: TEXT
|
|
#
|
|
ignoreregex =
|