mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-01 08:34:50 +02:00
corrected test cases
This commit is contained in:
parent
c1bbf5295f
commit
e3b65aea7a
2 changed files with 21 additions and 12 deletions
11
test/config/fail2ban-jail.cf
Normal file
11
test/config/fail2ban-jail.cf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[DEFAULT]
|
||||
|
||||
# "bantime" is the number of seconds that a host is banned.
|
||||
bantime = 1234
|
||||
|
||||
# A host is banned if it has generated "maxretry" during the last "findtime"
|
||||
# seconds.
|
||||
findtime = 321
|
||||
|
||||
# "maxretry" is the number of failures before a host get banned.
|
||||
maxretry = 2
|
Loading…
Add table
Add a link
Reference in a new issue