mirror of https://github.com/fail2ban/fail2ban
Added a warning within "complaint.conf" action about care with enabling it
parent
2d66f31ef5
commit
2a225aa6ee
|
@ -12,8 +12,22 @@
|
||||||
# any other addresses found in the whois record, with a few exceptions.
|
# any other addresses found in the whois record, with a few exceptions.
|
||||||
# If no addresses are found, no e-mail is sent.
|
# If no addresses are found, no e-mail is sent.
|
||||||
#
|
#
|
||||||
# $Revision$
|
# WARNING
|
||||||
|
# -------
|
||||||
#
|
#
|
||||||
|
# Please do not use this action unless you are certain that fail2ban
|
||||||
|
# does not result in "false positives" for your deployment. False
|
||||||
|
# positive reports could serve a mis-favor to the original cause by
|
||||||
|
# flooding corresponding contact addresses, and complicating the work
|
||||||
|
# of administration personnel responsible for handling (verified) legit
|
||||||
|
# complains.
|
||||||
|
#
|
||||||
|
# Please consider using e.g. sendmail-whois-lines.conf action which
|
||||||
|
# would send the reports with relevant information to you, so the
|
||||||
|
# report could be first reviewed and then forwarded to a corresponding
|
||||||
|
# contact if legit.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue