From 707ada1ec2788d2e0b877a26a0d10cccd10f0607 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Oct 2024 19:30:20 +0900 Subject: [PATCH] ungleich-mail: make dovecot log to stderr --- ungleich-mail/Dockerfile_3.20 | 1 + ungleich-mail/README.org | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ungleich-mail/Dockerfile_3.20 b/ungleich-mail/Dockerfile_3.20 index 76db122..fa6cc99 100644 --- a/ungleich-mail/Dockerfile_3.20 +++ b/ungleich-mail/Dockerfile_3.20 @@ -5,3 +5,4 @@ RUN apk add --update \ dovecot RUN postconf maillog_file=/dev/stdout +RUN echo log_path = /dev/stderr > /etc/dovecot/conf.d/10-logging.conf diff --git a/ungleich-mail/README.org b/ungleich-mail/README.org index c3249f9..9431618 100644 --- a/ungleich-mail/README.org +++ b/ungleich-mail/README.org @@ -3,8 +3,9 @@ - Postfix can be started using "/usr/sbin/postfix start-fg" - Logging is already configured for stdout ** Next todos -*** Add simple authentication support +*** TODO Add simple authentication support - so we can be used as a smarthost + - might require dovecot for sasl auth * Stuff to do (before 2024) ** PROGRESS Add smtp support (postfix?) ** PROGRESS Add imap support