1 Commits

Author SHA1 Message Date
6edd8cebfb more loggin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:18:17 +01:00

View File

@@ -3,7 +3,11 @@ FROM alpine:3.22.2
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
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