mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
# * Contains settings that act as fixes, mostly for tests.
|
|
# ! When adding new content, provide a comment on why the fix is necessary.
|
|
|
|
[Definition]
|
|
|
|
# Fail2Ban will complain when using `fail2ban-client -d` about this option
|
|
# not being set. This screws up `assert_output` in BATS tests. Therefore,
|
|
# the default value is explictly set here.
|
|
allowipv6 = auto;
|