++new version of ungleich-mail

This commit is contained in:
Nico Schottelius 2025-10-16 22:55:58 +02:00
commit bb0ed39090

View file

@ -0,0 +1,8 @@
FROM alpine:3.22
RUN apk add --update \
postfix \
dovecot dovecot-lmtpd dovecot-pop3d
RUN postconf maillog_file=/dev/stdout
RUN echo log_path = /dev/stderr > /etc/dovecot/conf.d/10-logging.conf