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
- Fixed #152
- Moved Fail2ban to 0.9.x because OS version was buggy - Improved documentation - Reduce image size
This commit is contained in:
@ -134,6 +134,13 @@ Value in **bold** is the default value.
|
||||
- **empty** => fail2ban service disabled
|
||||
- 1 => Enables fail2ban service
|
||||
|
||||
If you enable Fail2Ban, don't forget to add the following lines to your `docker-compose.yml`:
|
||||
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
Otherwise, `iptables` won't be able to ban IPs.
|
||||
|
||||
##### SA_TAG
|
||||
|
||||
- **2.0** => add spam info headers if at, or above that level
|
||||
|
Reference in New Issue
Block a user