Is it possible to run postfix in a container (e.g. docker, red-hot)?

2019-08-07 Thread Gerben Wierda
Simple question: Is it possible to run postfix in a container (e.g. docker, red-hot)? I’m looking into a new platform for my postfix as my current platform (macOS High Sierra + Server with Apple-provided postfix) is end-of-life. I must either get postfix to run on macOS Mojave natively, or

Re: Is it possible to run postfix in a container (e.g. docker, red-hot)?

2019-08-07 Thread James Brown
> On 7 Aug 2019, at 5:32 pm, Gerben Wierda wrote: > > Simple question: > > Is it possible to run postfix in a container (e.g. docker, red-hot)? > > I’m looking into a new platform for my postfix as my current platform (macOS > High Sierra + Server with Apple-provided

Re: Is it possible to run postfix in a container (e.g. docker, red-hot)?

2019-08-07 Thread Wietse Venema
Gerben Wierda: > Simple question: > > Is it possible to run postfix in a container (e.g. docker, red-hot)? Postfix 3.4 supports PID=1 mode, and has a postlogd daemon that can write logging to file or stdout. It's still possible to run Postfix on MacOS; Viktor has occasional guid

Re: Is it possible to run postfix in a container (e.g. docker, red-hot)?

2019-08-07 Thread Ralph Seichter
* Gerben Wierda: > I must either get postfix to run on macOS Mojave natively, or get it > to run on some other platform. MacPorts [1] offers an easy way to run Postfix natively on macOS. The installation target is /opt/local, so there is no collision with older versions provided by Apple. MacPort

Re: Is it possible to run postfix in a container (e.g. docker, red-hot)?

2019-08-07 Thread A. Schulze
Am 07.08.19 um 09:32 schrieb Gerben Wierda: > Is it possible to run postfix in a container (e.g. docker, red-hot)? Yes, since postfix-3.4 you could start postfix with "postfix start-fg" If you also set "maillog_file = /dev/stdout" in main.cf, any log will go to stdout