Ralf Hildebrandt wrote: > * Per Jessen <[EMAIL PROTECTED]>: >> I'm using postfix 2.5.4. >> >> When I read the following in the log: >> >> postfix1/smtp[18518]: 4AD0517085: to=<[EMAIL PROTECTED]>, >> relay=myserver[myipaddr]:25, conn_use=4, delay=7.8, >> delays=7.6/0/0.03/0.08, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued >> as F3241EDAA) >> >> I tend to think that _one_ email has been delivered. However, given >> conn_use is 4, it must have been four emails instead of just one? > > Yes, three in the past and one just now. > > fgrep "postfix1/smtp[18518]" /var/log/mail.log > (to see the others)
Thanks - I had been looking for something like that too, but I had expected to see the conn_use number increase sequentially. What I see is: Aug 30 10:49:24 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:49:52 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:49:53 postfix1/smtp[18518]: conn_use=2, Aug 30 10:49:54 postfix1/smtp[18518]: conn_use=4, Aug 30 10:49:55 postfix1/smtp[18518]: conn_use=6, Aug 30 10:49:56 postfix1/smtp[18518]: conn_use=8, Aug 30 10:49:56 postfix1/smtp[18518]: conn_use=10, Aug 30 10:50:57 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:52:08 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:52:23 postfix1/smtp[18518]: conn_use=2, Aug 30 10:53:18 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:54:52 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:56:05 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:56:16 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:56:29 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:56:36 postfix1/smtp[18518]: <no conn_use listed> Aug 30 10:56:41 postfix1/smtp[18518]: conn_use=2, Aug 30 10:56:44 postfix1/smtp[18518]: conn_use=4, The last line is from the first one I quoted (above). I guess conn_use is only listed when > 1, but I seem to missing the uneven numbers? /Per Jessen, Zürich