]> Frank Brehm's Git Trees - config/ns3/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Tue, 23 Feb 2016 17:14:38 +0000 (18:14 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 23 Feb 2016 17:14:38 +0000 (18:14 +0100)
colordiffrc [new file with mode: 0644]
fail2ban/action.d/sendmail-common.conf
fail2ban/action.d/sendmail-whois.conf
fail2ban/action.d/sendmail.conf
fail2ban/jail.conf

diff --git a/colordiffrc b/colordiffrc
new file mode 100644 (file)
index 0000000..4bcb02d
--- /dev/null
@@ -0,0 +1,29 @@
+# Example colordiffrc file for dark backgrounds
+#
+# Set banner=no to suppress authorship info at top of
+# colordiff output
+banner=no
+# By default, when colordiff output is being redirected
+# to a file, it detects this and does not colour-highlight
+# To make the patch file *include* colours, change the option
+# below to 'yes'
+color_patches=no
+# Sometimes it can be useful to specify which diff command to
+# use: that can be specified here
+diff_cmd=diff
+# 
+# available colours are: white, yellow, green, blue,
+#                        cyan, red, magenta, black,
+#                        darkwhite, darkyellow, darkgreen,
+#                        darkblue, darkcyan, darkred,
+#                        darkmagenta, darkblack
+#
+# Can also specify 'none', 'normal' or 'off' which are all
+# aliases for the same thing, namely "don't colour highlight
+# this, use the default output colour"
+#
+plain=off
+newtext=blue
+oldtext=red
+diffstuff=magenta
+cvsstuff=green
index e2820470bac0c0a31f431a8708d7e12e912ab94a..d4da4f2b7cf88759d99166b08d3f29573b8b180e 100644 (file)
@@ -21,3 +21,5 @@ sender = fail2ban
 # Sender display name
 #
 sendername = Fail2Ban
+
+# vim: filetype=dosini
index e428c44d868fc77e6df16f946d22bf71427759fd..2528f7a51e381e01901260d619f47c02a0735d0e 100644 (file)
@@ -74,3 +74,5 @@ actionunban =
 #
 name = default
 
+
+# vim: filetype=dosini
index 70f38329c97d8c73b7c1a39ba1d481190712fd67..d4c5153220cfdedd97c552609b5cd27fa3a8f150 100644 (file)
@@ -72,3 +72,5 @@ actionunban =
 #
 name = default
 
+
+# vim: filetype=dosini
index 89f56ca8e073ba7fd84aef4d17144bd15719b7f3..7d9991201af43a46e9b9c886f52e257736a399bf 100644 (file)
@@ -60,14 +60,14 @@ usedns = warn
 #
 # Destination email address used solely for the interpolations in
 # jail.{conf,local} configuration files.
-destemail = root@localhost
+destemail = frank@brehm-online.com
 
 #
 # Name of the sender for mta actions
 sendername = Fail2Ban
 
 # Email address of the sender
-sender = fail2ban@localhost
+sender = fail2ban+ns3@brehm-online.com
 
 #
 # ACTIONS
@@ -98,7 +98,7 @@ action_ = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol
 
 # ban & send an e-mail with whois report to the destemail.
 action_mw = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
-              %(mta)s-whois[name=%(__name__)s, dest="%(destemail)s", protocol="%(protocol)s", chain="%(chain)s", sendername="%(sendername)s"]
+              %(mta)s-whois[name=%(__name__)s, dest="%(destemail)s", protocol="%(protocol)s", chain="%(chain)s", sender="%(sender)s", sendername="%(sendername)s"]
 
 # ban & send an e-mail with whois report and relevant log lines
 # to the destemail.
@@ -131,7 +131,8 @@ action = %(action_)s
 enabled  = true
 port     = ssh
 filter   = sshd
-logpath  = /var/log/auth.log
+logpath  = /var/log/syslog.d/auth.log
+action   = %(action_mw)s
 maxretry = 6
 
 [dropbear]
@@ -375,10 +376,11 @@ maxretry = 6
 
 [postfix]
 
-enabled  = false
+enabled  = true
 port     = smtp,ssmtp,submission
 filter   = postfix
-logpath  = /var/log/mail.log
+logpath  = /var/log/syslog.d/mail.log
+action   = %(action_mw)s
 
 
 [couriersmtp]
@@ -550,3 +552,5 @@ action   = iptables[name=Nagios, port=5666, protocol=tcp]
            sendmail-whois[name=Nagios, dest="%(destemail)s", sender="%(sender)s", sendername="%(sendername)s"]
 logpath  = /var/log/messages     ; nrpe.cfg may define a different log_facility
 maxretry = 1
+
+# vim: filetype=dosini