mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-24 19:45:33 +02:00
example added (#1922)
This commit is contained in:
parent
412737074f
commit
80277bbe89
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
# "maxretry" is the number of failures before a host get banned.
|
# "maxretry" is the number of failures before a host get banned.
|
||||||
#maxretry = 5
|
#maxretry = 5
|
||||||
|
|
||||||
|
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
|
||||||
|
# will not ban a host which matches an address in this list. Several addresses
|
||||||
|
# can be defined using space (and/or comma) separator.
|
||||||
|
#ignoreip = 127.0.0.1/8
|
||||||
|
|
||||||
# Default ban action
|
# Default ban action
|
||||||
# iptables-multiport: block IP only on affected port
|
# iptables-multiport: block IP only on affected port
|
||||||
# iptables-allports: block IP on all ports
|
# iptables-allports: block IP on all ports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue