This reverts commit cd70620bb51867486c8b1ead5969eb4317c30e60.
@@ -4,6 +4,7 @@ RUN apk add postfix
# http://www.postfix.org/MAILLOG_README.html
RUN postconf -F | grep -E '^postlog/unix-dgram/service = postlog$' \
+ && postconf -evv maillog_file=/dev/stdout \
&& postfix check
EXPOSE 25/tcp
@@ -12,7 +12,4 @@ set -x
# http://www.postfix.org/newaliases.1.html
newaliases
-# http://www.postfix.org/MAILLOG_README.html
-postconf -e maillog_file=/dev/stdout
-
exec postfix start-fg