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.
2 parents 4b2a450 + a6ed7cb commit 7cac20dCopy full SHA for 7cac20d
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