From 62f01b6347a8125c071ce1d79a2e0b7725576f56 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 8 Jun 2024 15:12:58 -0400 Subject: Write logs to stdout This allows output to be read with `docker compose logs`. Signed-off-by: Malfurious --- postfix/main.cf | 1 + 1 file changed, 1 insertion(+) (limited to 'postfix/main.cf') diff --git a/postfix/main.cf b/postfix/main.cf index 7c5d77e..2397399 100644 --- a/postfix/main.cf +++ b/postfix/main.cf @@ -18,6 +18,7 @@ compatibility_level = 3.6 smtpd_banner = $myhostname ESMTP $mail_name (mailnode) +maillog_file = /dev/stdout biff = no # appending .domain is the MUA's job. -- cgit v1.2.3