summaryrefslogtreecommitdiffstats
path: root/postfix
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-06-08 15:12:58 -0400
committerMalfurious <m@lfurio.us>2024-06-09 14:27:08 -0400
commit62f01b6347a8125c071ce1d79a2e0b7725576f56 (patch)
treebbcb45c4b1db8e44989683d5730d9548fbd659b3 /postfix
parentf70fb0720d2a643905ba8263253b16b973f6bc36 (diff)
downloadmailnode-62f01b6347a8125c071ce1d79a2e0b7725576f56.tar.gz
mailnode-62f01b6347a8125c071ce1d79a2e0b7725576f56.zip
Write logs to stdout
This allows output to be read with `docker compose logs`. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'postfix')
-rw-r--r--postfix/main.cf1
1 files changed, 1 insertions, 0 deletions
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.