On Thursday, April 05, 2018 07:34:44 AM Poliman - Serwis wrote: > Unfortunately I use Postfix from Ubuntu repos.
apt-get source postfix cd postfix-[version] (depends your Ubuntu release) cd auxiliary/collate ls and you'll see both collate.pl and the associated README. Scott K > 2018-04-04 13:08 GMT+02:00 Wietse Venema <wie...@porcupine.org>: > > Poliman - Serwis: > > > Could you tell me I could add e-mails together from mail.log which are > > > in > > > line with "from=" part? Hmm I hope I say clear. I need count emails from > > > particular mailbox. Can I base on "from="? For example: > > > Apr 3 11:49:48 s1 postfix/qmgr[722]: 3B8C313BE2D: from=< > > > > t...@example.com>, > > > > > size=4000, nrcpt=1 (queue active) > > > > The script auxiliary/collate/collate.pl (in the Postfix source-code > > distribution) combines records from multiple Postfix daemons into > > one transaction (mainly, a group of logfile records with the same > > queue ID). > > > > Wietse