1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-16 03:15:59 +00:00

Add SKIP_FAIL2BAN var

This commit is contained in:
andryyy
2017-06-27 10:26:48 +02:00
parent 433e0c8f9a
commit e9ea0712f2
3 changed files with 9 additions and 1 deletions

View File

@@ -81,6 +81,8 @@ ADDITIONAL_SAN=
# To never run acme-mailcow for Let's Encrypt, set this to y
SKIP_LETS_ENCRYPT=n
# To never run fail2ban-mailcow
SKIP_FAIL2BAN=n
EOF