mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
added ability to overwrite jail.conf
This commit is contained in:
parent
5232935d47
commit
94077b2a29
2 changed files with 18 additions and 2 deletions
11
config/fail2ban-jail.cf
Normal file
11
config/fail2ban-jail.cf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[DEFAULT]
|
||||
|
||||
# "bantime" is the number of seconds that a host is banned.
|
||||
#bantime = 10800
|
||||
|
||||
# A host is banned if it has generated "maxretry" during the last "findtime"
|
||||
# seconds.
|
||||
#findtime = 600
|
||||
|
||||
# "maxretry" is the number of failures before a host get banned.
|
||||
#maxretry = 3
|
Loading…
Add table
Add a link
Reference in a new issue