Wietse Venema:
A. Schulze:
Is there a recommended/any way to log messages from a script via postfix?
Not at this time. Making the postlog command setgid requires a security
analysis and that may require some code restructuring before this can
be done without opening up a security hole.
H
A. Schulze:
> Hello,
>
> I've to rebuild a service: messages to an address are delivered via postfix
> pipe to a script.
> This script use syslog to write it's messages. That worked well for years.
>
> Now, postfix run in a different way, supervised via "postfix start-fg"
> (docker)
> Essential
Hello,
I've to rebuild a service: messages to an address are delivered via postfix
pipe to a script.
This script use syslog to write it's messages. That worked well for years.
Now, postfix run in a different way, supervised via "postfix start-fg" (docker)
Essentially the is no syslogd.
My idea