On Fri, 15 Feb 2019, 18:28 Wietse Venema <wie...@porcupine.org wrote: > Christopher R. Gabriel: > > On Fri, 2019-02-15 at 09:35 -0700, angelo wrote: > > > Hi Christopher, > > > I'm on the opendkim list also and it does get little attention. > > > > Really? :) > > > > > Is the "delay" recorded in a typical Postfix log entry ? > > > Stolen from Postfix 2.3.19: > > > Postfix logs additional delay information as "delays=a/b/c/d" > > > where a=time before queue manager, including message transmission; > > > b=time in queue manager; c=connection setup time including DNS, > > > HELO and TLS; d=message transmission time. > > > > yes, that's from where I get such data from, like > > > > delay=31, delays=30/0/0.33/1.1, > > Can you strace the opendkim process? Is it hanging in DNS lookups? > > Wietse >
It's in signing mode only, and we I try to strace it (with follow option for thread) it crashes. Christopher >