6 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
44c2bfdd88 logging 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:14:06 +01:00
ca9ff3cba6 logging 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:12:40 +01:00
6cd2b001d6 logging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:06:45 +01:00
295cc587b3 log_selector 7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 16:00:51 +01:00
bc912f9127 log_selector 6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-11-03 15:59:38 +01:00
2 changed files with 8 additions and 2 deletions

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

View File

@@ -6,8 +6,10 @@ tls_advertise_hosts = *
tls_certificate = /etc/exim/ssl/server.crt
tls_privatekey = /etc/exim/ssl/server.key
log_file_path = syslog
log_file_path = /var/log/exim/%slog
log_selector = -all
message_logs = true
# acl_smtp_connect = acl_connect
acl_smtp_helo = acl_helo