.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Required to disable full justification in groff 1.23.0. .if n .ds AD l .\" ======================================================================== .\" .IX Title "POSTFIX2DLF_PRE.IN 1" .TH POSTFIX2DLF_PRE.IN 1 2025-09-28 "Lire 2.1.1" "LogReport's Lire Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME postfix2dlf_pre \- preprocess postfix logfiles for postfix2dlf_main .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBpostfix2dlf_pre\fR \fIdumpfile\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBpostfix2dlf_pre\fR expect a postfix logfile on STDIN. It prints preprocessed logfile lines to STDOUT and creates a Berkeley DB holding a mapping from hostname\-queueid to number\-of\-lines\-with\-this\-id. \fIdumpfile\fR can be e.g. /tmp/dump, ../../var/dump or dump. .SH DEVELOPERS .IX Header "DEVELOPERS" One can use the lr_anondump tool to view the contents of the dumpfile. .PP E.g. run .PP .Vb 3 \& $ zcat postfix.log.gz | ./postfix2dlf_pre /tmp/stem > /tmp/pre \& $ lr_anondump /tmp/stem \& $ ./postfix2dlf_main /tmp/stem < /tmp/pre > /tmp/post .Ve .PP \&. .SH EXAMPLE .IX Header "EXAMPLE" The raw log file .PP .Vb 9 \& Dec 1 04:02:56 internetsrv postfix/pickup[20919]: 693A3578E: \& uid=0 from= \& Dec 1 04:02:56 internetsrv postfix/cleanup[20921]: 693A3578E: \& message\-id= \& Dec 1 04:02:57 internetsrv postfix/qmgr[20164]: 693A3578E: \& from=, size=617 (queue active) \& Dec 1 04:02:58 internetsrv postfix/local[20924]: 693A3578E: \& to=, relay=local, delay=3, status=sent \& (forwarded as E325C578D) .Ve .PP will get converted to .PP .Vb 12 \& dlfid internetsrv693A3578E from_relay_host localhost from_relay_ip \& 127.0.0.1 logrelay internetsrv queueid 693A3578E time 1007175776 \& type pickup \& dlfid internetsrv693A3578E logrelay internetsrv msgid \& queueid 693A3578E time 1007175776 type cleanup \& dlfid internetsrv693A3578E from_domain example.com from_relay_host \& localhost from_relay_ip 127.0.0.1 from_user john.doe.2 logrelay \& internetsrv queueid 693A3578E size 617 time 1007175777 type qmgr \& delay 3 dlfid internetsrv693A3578E logrelay internetsrv queueid \& 693A3578E stat sent time 1007175778 to_domain example.com \& to_relay_host localhost to_relay_ip 127.0.0.1 to_user john.doe.2 \& type local xstat (forwarded_as_e325c578d) .Ve .SH EXAMPLES .IX Header "EXAMPLES" postfix2dlf_pre will be rarely used on its own: it is called by \fBpostfix2dlf\fR\|(1). Refer to the postfix2dlf manpage for examples and usage information. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBpostfix2dlf\fR\|(1), \fBpostfix2dlf_main\fR\|(1), \fBsendmail2dlf\fR\|(1), \fBqmail2dlf\fR\|(1), \fBexim2dlf\fR\|(1) .SH VERSION .IX Header "VERSION" \&\f(CW$Id:\fR postfix2dlf_pre.in,v 1.13 2006/07/23 13:16:34 vanbaal Exp $ .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright (C) 2002 Stichting LogReport Foundation LogReport@LogReport.org .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. .SH AUTHOR .IX Header "AUTHOR" Joost van Baal