set inet_protocol to ipv4

This commit is contained in:
Michael Grote 2023-10-31 10:21:23 +01:00
parent 8c6dfdaf65
commit 4723a4336f

View file

@ -10,6 +10,7 @@ RUN apk update --no-cache && \
postfix && \
mkdir -p /var/log/supervisor/ /var/run/supervisor/ && \
sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.cf && \
sed -i -e 's/inet_protocols = all/inet_protocols = ipv4/g' /etc/postfix/main.cf && \
chmod +x /run.sh && \
newaliases