Skip to content

Commit

Permalink
feat(mta): Disable debug mode, enable new foreground mode (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed May 10, 2022
1 parent aa64c25 commit 651a82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN apk --no-cache add \
postconf maximal_backoff_time=15m && \
postconf minimal_backoff_time=5m && \
postconf queue_run_delay=5m && \
postconf maillog_file=/dev/stdout && \
newaliases

COPY --from=dockerize /usr/local/bin/dockerize /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion mta/rootfs/etc/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0

[program:postfix]
command=/usr/libexec/postfix/master -d
command=/usr/sbin/postfix start-fg
redirect_stderr=true
stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0

0 comments on commit 651a82c

Please sign in to comment.