Re: [exim] QT=... DT=... vs timestamp

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Evgeniy Berdnikov
日付:  
To: exim-users
題目: Re: [exim] QT=... DT=... vs timestamp
On Wed, Oct 05, 2016 at 10:24:09AM +0200, Frank Elsner wrote:
> Hello,
>
> the QT= computation must be broken :-(
>
> 2016-10-04 04:29:46 1brF1V-0005H0-Gs <= redacted@??? U=root P=local S=600232 T="Cron <root@redacted> /usr/local/sbin/Mirror" from <root@???> for root
> 2016-10-04 04:29:56 1brF1V-0005H0-Gs => redacted@??? F=<redacted@???> R=remote T=smtp S=608364 H=mail.shuttle.de [194.95.249.4] X=TLSv1:DHE-RSA-AES256-SHA:256 A=client C="250 2.0.0 Ok: queued as 20F1AC1" QT=29m55s DT=10s
> 2016-10-04 04:29:56 1brF1V-0005H0-Gs Completed QT=29m55s
>
>
> The DT= is correct, but what about the QT= ???


As far as I understand, QT is counted from invocation of Exim binary,
but first log line is written when mail body is completed, i.e. when
Exim gets the EOF terminator. Probably your cron job was started at 04:00
and completed at 04:29, so Exim was waiting 29 min for EOF on input pipe,
consequently QT is 29 min.
--
Eugene Berdnikov