2 Commits
0.0.15 ... main

Author SHA1 Message Date
ef3cf827b8 more logging back to verbose
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:25:59 +01:00
9a5f55b144 more logging 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:19:57 +01:00
2 changed files with 3 additions and 6 deletions

View File

@@ -4,10 +4,7 @@ LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName=""
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
apk add --no-cache exim
COPY exim.conf /etc/exim
RUN chmod 644 /etc/exim/exim.conf
@@ -16,6 +13,6 @@ WORKDIR /etc/exim
EXPOSE 25
CMD [ "/usr/sbin/exim", "-bdf", "-q15m" ]
CMD [ "/usr/sbin/exim", "-bdf", "-q15m", "-v" ]

View File

@@ -6,7 +6,7 @@ tls_advertise_hosts = *
tls_certificate = /etc/exim/ssl/server.crt
tls_privatekey = /etc/exim/ssl/server.key
log_file_path = /var/log/exim/%slog
log_file_path = syslog
log_selector = -all
message_logs = true