diff -ur fail2ban-0.9.3-orig/config/jail.conf fail2ban-0.9.3/config/jail.conf --- fail2ban-0.9.3-orig/config/jail.conf 2015-08-01 03:32:13.000000000 +0200 +++ fail2ban-0.9.3/config/jail.conf 2015-08-26 14:39:57.561851833 +0200 @@ -348,7 +348,7 @@ [roundcube-auth] port = http,https -logpath = logpath = %(roundcube_errors_log)s +logpath = %(roundcube_errors_log)s [openwebmail] @@ -628,7 +628,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. @@ -636,7 +636,7 @@ [named-refused] port = domain,953 -logpath = /var/log/named/security.log +logpath = /var/lib/named/log/security.log [nsd] diff -ur fail2ban-0.9.3-orig/config/paths-common.conf fail2ban-0.9.3/config/paths-common.conf --- fail2ban-0.9.3-orig/config/paths-common.conf 2015-08-01 03:32:13.000000000 +0200 +++ fail2ban-0.9.3/config/paths-common.conf 2015-08-26 14:40:58.187091888 +0200 @@ -62,7 +62,7 @@ mysql_log = %(syslog_daemon)s -roundcube_errors_log = /var/log/roundcube/errors +roundcube_errors_log = /srv/www/roundcubemail/logs/errors # Directory with ignorecommand scripts ignorecommands_dir = /etc/fail2ban/filter.d/ignorecommands