Update fail2ban.md
Added instructions to edit env to enable fail2ban
This commit is contained in:
parent
02f068b2b2
commit
402ffc5447
|
@ -22,6 +22,10 @@ hide:
|
|||
cap_add:
|
||||
- NET_ADMIN
|
||||
```
|
||||
To use Fail2Ban, change the following line to `1` in your `mailserver.env`:
|
||||
```
|
||||
ENABLE_FAIL2BAN=1
|
||||
```
|
||||
|
||||
!!! bug "Running Fail2Ban on Older Kernels"
|
||||
|
||||
|
|
Loading…
Reference in New Issue