Man page - postfix-collate(1)
Packages contains this manual
- qmqp-sink(1)
- postfix-add-policy(8)
- mongodb_table(5)
- postfix-tls(1)
- body_checks(5)
- trace(8)
- postqueue(1)
- sqlite_table(5)
- smtp-sink(1)
- oqmgr(8)
- qmgr(8)
- postcat(1)
- mysql_table(5)
- postmap(1)
- transport(5)
- qshape(1)
- postconf(5)
- aliases(5)
- cidr_table(5)
- anvil(8)
- makedefs(1)
- postmulti(1)
- error(8)
- trivial-rewrite(8)
- memcache_table(5)
- lmdb_table(5)
- socketmap_table(5)
- sendmail(1)
- pipe(8)
- pgsql_table(5)
- postconf(1)
- smtp(8)
- postdrop(1)
- smtp-source(1)
- scache(8)
- flush(8)
- postfix-add-filter(8)
- postalias(1)
- newaliases(1)
- qmqpd(8)
- ldap_table(5)
- master(5)
- mailq(1)
- postlock(1)
- postfix-wrapper(5)
- qmqp-source(1)
- bounce(5)
- discard(8)
- nisplus_table(5)
- access(5)
- postscreen(8)
- postkick(1)
- virtual(8)
- postlogd(8)
- master(8)
- relocated(5)
- tlsproxy(8)
- postsuper(1)
- defer(8)
- canonical(5)
- spawn(8)
- dnsblog(8)
- pcre_table(5)
- generic(5)
- postlog(1)
- bounce(8)
- virtual(5)
- proxymap(8)
- postfix-collate(1)
- tcp_table(5)
- rmail(8)
- local(8)
- posttls-finger(1)
- header_checks(5)
- smtpd(8)
- cleanup(8)
- lmtp(8)
- verify(8)
- showq(8)
- postfix(1)
- tlsmgr(8)
- pickup(8)
- regexp_table(5)
Package: postfix
apt-get install postfix
apt-get install postfix
Manuals in package:
Documentations in package:
Manual
postfix-collate
This script, by Viktor Dukhovni, untangles a Postfix logfile and groups the records one "session" at a time based on queue ID and process ID information. From auxiliary/collate/collate.pl.
Records from different sessions are separated by an empty line. Such text is easy to process with $/="" in perl, or RS="" in awk.
Usage: postfix-collate file...
It reads standard input when no file is specified.