mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
f7836c8b1a
* new default: block IP on all ports * introduce FAIL2BAN_BLOCKTYPE * fix test * tests added * test added * test blocktype drop * merged two tests
17 lines
425 B
CFEngine3
17 lines
425 B
CFEngine3
[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
|
|
|
|
# Default ban action
|
|
# iptables-multiport: block IP only on affected port
|
|
# iptables-allports: block IP on all ports
|
|
banaction = iptables-multiport
|