I am having problems with "collate".  I greped a 10 minute portion of
our mail.log which created a 6.8M file. I ran "collate" on this file
and collected the output -- a 796M file.  I looked at the file and it
seems to be filled with records like the following:

  May 22 02:10:00 mail01.raystedman.org postfix/smtpd[45725]:
122FC30C0DBA: client=web01-p[192.168.122.11]
  May 22 02:10:00 mail01.raystedman.org postfix/smtpd[45725]:
47ECB30C0DBD: client=web01-p[192.168.122.11]
  May 22 02:10:00 mail01.raystedman.org postfix/smtpd[45725]:
7BC8E30C178F: client=web01-p[192.168.122.11]

I performed the following on the output file:

  [root@mail01 postfix]# cat 0522.02\:1x.log.collate | grep 122FC30C0DBA | wc
   2816   19716  295764

This looks like 2,816 records of output for one email's smtpd record
-- all with the same date/time stamp.

I can see a few sequences like the following:

  May 22 02:10:00 mail01.raystedman.org postfix/qmgr[38428]:
A01F430BFE03: from=<en-devo-bounce+<deleted>=att....@devotion.raystedman.org>,
size=34464, nrcpt=1 (queue active)
  May 22 02:10:03 mail01.raystedman.org postfix/qmgr[38428]:
A01F430BFE03: removed

Is this what you are looking for?

Best, Greg
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to