more loggin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-11-03 16:18:17 +01:00
parent 44c2bfdd88
commit 6edd8cebfb

View File

@@ -3,7 +3,11 @@ FROM alpine:3.22.2
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>" LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="" 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 COPY exim.conf /etc/exim
RUN chmod 644 /etc/exim/exim.conf RUN chmod 644 /etc/exim/exim.conf