table of contents
other versions
- bookworm 3.7.11-0+deb12u1
- bookworm-backports 3.10.3-2~bpo12+1
- testing 3.10.3-2
- unstable 3.10.3-2
postfix-collate(1) | postfix-collate(1) |
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.
10 July 2025 | postfix-3.10.3 |