mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
12 lines
271 B
CFEngine3
12 lines
271 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
|