From ce6457f0ddd71e50818067bde8493aa082c97c5b Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sun, 16 Dec 2018 23:26:29 +0100 Subject: [PATCH] updates --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..0fcc744 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +## TODO + +http://www.postfix.org/announcements/postfix-3.3.0.html + +> Container support: Postfix 3.3 will run in the foreground with "postfix start-fg". This requires that Postfix multi-instance support is disabled (the default). To collect Postfix syslog information on the container's host, mount the host's /dev/log socket into the container, for example with "docker run -v /dev/log:/dev/log ...other options...", and specify a distinct Postfix syslog_name setting in the container (for example with "postconf syslog_name=the-name-here").