You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Add ability to override fail2ban.conf with fail2ban.local values. (#769)
* Add ability to override fail2ban.conf with fail2ban.local values.
This commit is contained in:
committed by
Johan Smits
parent
835939d856
commit
d62ea049e6
19
test/config/fail2ban-fail2ban.cf
Normal file
19
test/config/fail2ban-fail2ban.cf
Normal file
@ -0,0 +1,19 @@
|
||||
[Definition]
|
||||
|
||||
# Option: loglevel
|
||||
# Notes.: Set the log level output.
|
||||
# CRITICAL
|
||||
# ERROR
|
||||
# WARNING
|
||||
# NOTICE
|
||||
# INFO
|
||||
# DEBUG
|
||||
# Values: [ LEVEL ] Default: ERROR
|
||||
#
|
||||
|
||||
loglevel = DEBUG
|
||||
|
||||
# Options: dbpurgeage
|
||||
# Notes.: Sets age at which bans should be purged from the database
|
||||
# Values: [ SECONDS ] Default: 86400 (24hours), 604800 (1week)
|
||||
# dbpurgeage = 604800
|
Reference in New Issue
Block a user