Bug 240863

Summary: RFE: send mail to root by default
Product: [Fedora] Fedora Reporter: Zing <zing>
Component: fail2banAssignee: Axel Thimm <Axel.Thimm>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.0-6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-23 11:27:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to enable ssh jail properly none

Description Zing 2007-05-22 14:42:51 UTC
Description of problem:
default enabled sshd fail2ban configuration sends mail to yourmail

Version-Release number of selected component (if applicable):
0.8.0-4.fc6 and devel

How reproducible:
always

Steps to Reproduce:
1.install fail2ban
2.see in /etc/fail2ban/jail.conf the mail-whois line sends
  mail to yourmail
  
Actual results:
mail notification sent to yourmail on startup

Expected results:
it would be nice if this was already configured to send to root by default:

mail-whois[name=SSH, dest=root]

this is how 0.6 was configured by default.

Additional info:
enhancement: since we're enabling sshd by default, please configure mail to root
by default... that way the default configuration will just work when fail2ban is
started.  thanks!

Comment 1 Jonathan Underwood 2007-05-22 17:54:50 UTC
Created attachment 155184 [details]
Patch to enable ssh jail properly

Replaces the current patch to jail.conf

[Omitting this in the previous patch was my fault, sorry]