When Postfix is running in a Docker container, it's most useful to use
the built-in Docker logging (as with Systemd). Setting
`--docker.enable` allows that.
The log source is using `client.NewEnvClient`, which reads environment
variables to determine which Docker to connect to, and how TLS is
handled.
When Postfix is running in a Docker container, it's most useful to use
the built-in Docker logging (as with Systemd). Setting
`--docker.enable` allows that.
The log source is using `client.NewEnvClient`, which reads environment
variables to determine which Docker to connect to, and how TLS is
handled.
- Previously the README directed readers to look inside of `main.go` in
order to see the various flags. I found this to be unacceptable and I
have updated the README with flags from both `main.go` and
`systemd.go` I could not find any further flags however I could be
missing something.
- Updated the description in the README to be less verbose.