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

@@ -0,0 +1,8 @@
FROM python:2-alpine
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
RUN apk add -U --no-cache iptables ip6tables
RUN pip install docker
COPY logwatch.py /
CMD ["python2", "-u", "/logwatch.py"]