summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dovecot/dovecot.conf1
-rw-r--r--postfix/main.cf1
2 files changed, 2 insertions, 0 deletions
diff --git a/dovecot/dovecot.conf b/dovecot/dovecot.conf
index b1e3f9b..7c6bca4 100644
--- a/dovecot/dovecot.conf
+++ b/dovecot/dovecot.conf
@@ -15,6 +15,7 @@
protocols = imap
auth_mechanisms = plain
+log_path = /dev/stdout
ssl_cert = </etc/certs/ENV_HOSTNAME/fullchain.pem
ssl_key = </etc/certs/ENV_HOSTNAME/key.pem
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.