mirror of https://github.com/fail2ban/fail2ban
Update ChangeLog and jail.conf example
parent
da594075f3
commit
2155f6bfa5
|
@ -35,6 +35,9 @@ ver. 0.8.11 (2013/XX/XXX) - wanna-be-released
|
||||||
* fail2ban-client -- log to standard error. Closes gh-264
|
* fail2ban-client -- log to standard error. Closes gh-264
|
||||||
* Fail to configure if not a single log file was found for an
|
* Fail to configure if not a single log file was found for an
|
||||||
enabled jail. Closes gh-63
|
enabled jail. Closes gh-63
|
||||||
|
Alexander Dietrich
|
||||||
|
* action.d/sendmail-common.conf -- added common sendmail settings file
|
||||||
|
and made the sender display name configurable
|
||||||
|
|
||||||
ver. 0.8.10 (2013/06/12) - wanna-be-secure
|
ver. 0.8.10 (2013/06/12) - wanna-be-secure
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -66,6 +66,8 @@ enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
action = iptables[name=SSH, port=ssh, protocol=tcp]
|
action = iptables[name=SSH, port=ssh, protocol=tcp]
|
||||||
sendmail-whois[name=SSH, dest=you@example.com, sender=fail2ban@example.com]
|
sendmail-whois[name=SSH, dest=you@example.com, sender=fail2ban@example.com]
|
||||||
|
# Alternative example:
|
||||||
|
# sendmail-whois[name=SSH, sendername="Fail2Ban - example.com"]
|
||||||
logpath = /var/log/sshd.log
|
logpath = /var/log/sshd.log
|
||||||
maxretry = 5
|
maxretry = 5
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue