Hi Matthias, > since i don't want to mount /dev/log into a postfix container, i created > a small tool in golang to create a syslog unix socket and print all logs > to stdout, > the command `postfix start-fg` is wrapped. > > https://github.com/mschneider82/postfixstdoutlogger/
Alternately, here's a more generic version that _also_ reaps children, in case postfix were to spawn any: https://github.com/ossobv/gospawn/ Cheers! Walter Doekes