connection rate limit
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2022-03-09 13:22:05 -03:00
parent 5c2779a736
commit 0e5983eb9b

View file

@ -71,6 +71,7 @@ RUN postconf -e sender_canonical_maps=tcp:postsrsd:10001
RUN postconf -e sender_canonical_classes=envelope_sender
RUN postconf -e recipient_canonical_maps=tcp:postsrsd:10002
RUN postconf -e recipient_canonical_classes=envelope_recipient,header_recipient
RUN postconf -e smtpd_client_connection_rate_limit=10
ARG ALPINE_VERSION=3.13.6
ARG BASE_IMAGE=sutty/monit