Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9a5f55b144
|
|||
|
6edd8cebfb
|
@@ -3,7 +3,13 @@ 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 && \
|
||||||
|
mkdir -p /var/log/exim && \
|
||||||
|
chown exim:mail /var/log/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
|
||||||
|
|||||||
Reference in New Issue
Block a user