> On Oct 14, 2019, at 5:21 PM, Scott Kitterman <post...@kitterman.com> wrote: > > It's not really a daemon. I'd intended to make it one, thus the name, but > have never gotten around to it. By the time it became clear that wasn't > going > to happen, the current name had already caught on and I have been reluctant > to > change it. > > It does expect to be spawned by postfix. Whatever his error is, that's not > it. > Sorry for the confusion.
Spawn has efficiency issues, and sets a hard limit on elapsed time, it expects to run short-lived processes. Now it is true that smtpd(8) connections to policy services live roughly as long as smtpd(8) itself, which is rarely as long as the default spawn command timeout, but there is here room for impedance mismatches. -- Viktor.