Authentication rate limiting for Postfix, Dovecot and SOGo

This commit is contained in:
Michael Kuron
2017-05-25 09:57:40 +02:00
parent eb0920366c
commit 88f94a2e15
3 changed files with 125 additions and 0 deletions

View File

@@ -265,6 +265,20 @@ services:
aliases:
- nginx
fail2ban-mailcow:
image: mailcow/fail2ban
build: ./data/Dockerfiles/fail2ban
depends_on:
- dovecot-mailcow
- postfix-mailcow
- sogo-mailcow
restart: always
privileged: true
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /lib/modules:/lib/modules:ro
ipv6nat:
image: robbertkl/ipv6nat
restart: always