diff --git a/Dockerfile b/Dockerfile index b1f74c4..4eedce0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,11 @@ FROM alpine:3.22.2 LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="" -RUN apk add --no-cache exim +RUN \ + apk add --no-cache exim && \ + ln -sf /dev/stdout /var/log/exim/mainlog && \ + ln -sf /dev/stdout /var/log/exim/rejectlog && \ + ln -sf /dev/stdout /var/log/exim/paniclog COPY exim.conf /etc/exim RUN chmod 644 /etc/exim/exim.conf