Package: roundcube-plugins-extra / 1.3.8-20190219

adjust-fail2ban-readme.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: Adjust fail2ban README to Debian
Author: Jérémy Bobbio <lunar@debian.org>
Forwarded: not-needed

--- a/fail2ban/readme.md
+++ b/fail2ban/readme.md
@@ -29,15 +29,12 @@ If your using git, make sure to hit the
 
 ## Installing
 
-1.  Place this plugin folder into the RoundCube plugins directory (roundcube/plugins/)
-2.  Add fail2ban to $rcmail_config['plugins'] in your RoundCube config
-
-**Note:** When downloading this plugin from <http://github.com/mattrude/rc-plugin-fail2ban> you will need to create a directory called fail2ban and place fail2ban.php in there, ignoring the root directory in the downloaded archive. You may also run '**git clone git://github.com/mattrude/rc-plugin-fail2ban.git fail2ban**' from the plugins directory.
+*  Add fail2ban to $rcmail_config['plugins'] in your RoundCube config
 
   
 ## Setting Up
 
-**fail2ban/jail.conf:**
+**/etc/fail2ban/jail.conf:**
 
 <pre>[roundcube]
 enabled  = true
@@ -58,7 +55,7 @@ action   = iptables-multiport[name=round
 sendmail-whois[name=RC-Webmail, dest=you@example.com, sender=fail2ban]
 logpath  = /srv/www/htdocs/webmail/logs/userlogins</pre>
 
-**fail2ban/filter.d/roundcube.conf:**
+**/etc/fail2ban/filter.d/roundcube.conf:**
 
 <pre>[Definition]
 failregex = FAILED login for .*. from &lt;HOST&gt;