On Mon, Sep 28, 2020 at 09:42:44AM -0400, Wietse Venema wrote: > Downside of this approach is that "postfix reload" will "close" the > FIFO, so that the logfile analyzer reads EOF. Some extra action is > needed to re-open FIFO or to restart the analyzer.
A custom analyzer can open both sides of the FIFO, ensuring that EOF never happens, of course that still leaves the case where Postfix sees EPIPE when the analyzer exits... -- Viktor.