We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2a450 commit a6ed7cbCopy full SHA for a6ed7cb
1 file changed
Dockerfiles/prod/data/postfix.sh
@@ -70,7 +70,7 @@ trap "postfix reload" SIGHUP
70
postfix start
71
72
# Capture output
73
-tail -qF -n 0 "${MAILLOG}" &
+tail -qF -n 0 "${MAILLOG}" 2>/dev/null &
74
tail_pid="${?}"
75
76
0 commit comments