From 2155f6bfa58ed820d95ce50ce7488d6c43c31a20 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Thu, 4 Jul 2013 08:57:52 +0200 Subject: [PATCH] Update ChangeLog and jail.conf example --- ChangeLog | 3 +++ config/jail.conf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 39c0a5aa..dd5426a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,9 @@ ver. 0.8.11 (2013/XX/XXX) - wanna-be-released * fail2ban-client -- log to standard error. Closes gh-264 * Fail to configure if not a single log file was found for an 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 ----------- diff --git a/config/jail.conf b/config/jail.conf index c999cc7b..e4e7e5b0 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -66,6 +66,8 @@ enabled = false filter = sshd action = iptables[name=SSH, port=ssh, protocol=tcp] 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 maxretry = 5