[Fail2ban-users] How to Host Multiple Mail Domains (Email Hosting) in iRedMail Full Featured Linux Mail Server

2021-05-04 Thread Turritopsis Dohrnii Teo En Ming
Subject: How to Host Multiple Mail Domains (Email Hosting) in iRedMail Full Featured Linux Mail Server Author: Mr. Turritopsis Dohrnii Teo En Ming (TARGETED INDIVIDUAL) Country: Singapore Date: 3rd May 2021 Monday Type of Publication: PDF Manual Document Version: 20210503.01 ***IMPORTANT NOTICE**

Re: [Fail2ban-users] New user - please help

2021-05-04 Thread Nick Howitt
On 04/05/2021 13:39, miner1...@gmail.com wrote: Many thanks for the reply – unfortunately it did not work, looks like I will have to look for another log file with a date in it:: Results === Failregex: 0 total |-  #) [# of hits] regular expression |   1) [0] ^.* 401 POST .*. \(\) .*$

Re: [Fail2ban-users] New user - please help

2021-05-04 Thread miner1een
Many thanks for the reply - unfortunately it did not work, looks like I will have to look for another log file with a date in it:: Results === Failregex: 0 total |- #) [# of hits] regular expression | 1) [0] ^.* 401 POST .*. \(\) .*$ `- Ignoreregex: 0 total |- #) [# of hits

Re: [Fail2ban-users] New user - please help

2021-05-04 Thread Rhys McWilliams
Hi I'm by no means an expert on this but something like this may work failregex = ^.* 401 POST .*. \(\) .*$ The brackets "()" need to be escaped as they have special meaning within the regexp... Regards Rhys McWilliams On 2021/05/04 13:27, miner1...@gmail.com wrote:

Re: [Fail2ban-users] New user - please help

2021-05-04 Thread Nick Howitt
On 04/05/2021 12:27, miner1...@gmail.com wrote: Good day, Hope you guys are doing well! I’ve been trying for a while now to get the correct failregex for the log entry below to ban the IP (192.168.1.141) without any success. The log is produced by Jupyter notebooks via the “jupyter noteboo

[Fail2ban-users] New user - please help

2021-05-04 Thread miner1een
Good day, Hope you guys are doing well! I've been trying for a while now to get the correct failregex for the log entry below to ban the IP (192.168.1.141) without any success. The log is produced by Jupyter notebooks via the "jupyter notebook --debug > jupyter.log 2>&1" command line since

Re: [Fail2ban-users] Drop Established Connection on Ban

2021-05-04 Thread Nick Howitt
On 04/05/2021 00:07, Kenneth Porter wrote: --On Monday, May 03, 2021 5:15 PM -0400 Clive Jacques wrote: Fail2ban should be more explicit in that it doesn't kill existing connections, only new ones. And you kind of think it would ban existing connections. That's not really fail2ban's