more loggin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user