Re: logging from scripts executed by pipe

2021-08-10 Thread A. Schulze
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

Re: logging from scripts executed by pipe

2021-08-10 Thread Wietse Venema
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

logging from scripts executed by pipe

2021-08-10 Thread 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) Essentially the is no syslogd. My idea