1b961970e4
Major update to version 0.9.2 OBS-URL: https://build.opensuse.org/request/show/314731 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=59
31 lines
862 B
Diff
31 lines
862 B
Diff
diff -ur fail2ban-0.9.2-orig/config/jail.conf fail2ban-0.9.2/config/jail.conf
|
|
--- fail2ban-0.9.2-orig/config/jail.conf 2015-04-29 05:52:48.000000000 +0200
|
|
+++ fail2ban-0.9.2/config/jail.conf 2015-05-08 17:03:32.377375630 +0200
|
|
@@ -344,7 +344,7 @@
|
|
[roundcube-auth]
|
|
|
|
port = http,https
|
|
-logpath = /var/log/roundcube/userlogins
|
|
+logpath = /srv/www/roundcubemail/logs/errors
|
|
|
|
|
|
[openwebmail]
|
|
@@ -617,7 +617,7 @@
|
|
# filter = named-refused
|
|
# port = domain,953
|
|
# protocol = udp
|
|
-# logpath = /var/log/named/security.log
|
|
+# logpath = /var/lib/named/log/security.log
|
|
|
|
# IMPORTANT: see filter.d/named-refused for instructions to enable logging
|
|
# This jail blocks TCP traffic for DNS requests.
|
|
@@ -625,7 +625,7 @@
|
|
[named-refused]
|
|
|
|
port = domain,953
|
|
-logpath = /var/log/named/security.log
|
|
+logpath = /var/lib/named/log/security.log
|
|
|
|
|
|
[nsd]
|