/usr/share/doc/lire/user-manual/ch09s05.html is in lire-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Qmail™</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="ch09.html" title="Chapter 9. Email Zone Supported Log Format"><link rel="prev" href="ch09s04.html" title="Postfix™"><link rel="next" href="ch09s06.html" title="Sendmail™"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="productname">Qmail</span>™</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09s04.html">Prev</a> </td><th width="60%" align="center">Chapter 9. Email Zone Supported Log Format</th><td width="20%" align="right"> <a accesskey="n" href="ch09s06.html">Next</a></td></tr></table><hr></div><div class="section" title="Qmail™"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id383366"></a><span class="productname">Qmail</span>™</h2></div></div></div><p><span class="application">Lire</span> accepts qmail-send <span class="productname">Qmail</span>™ log files where each line
starts with the timestamp in numerical (with fraction) format:
<code class="literal">982584201.511524</code>. qmail-smtpd logfiles are
not (yet) supported.
</p><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>If you use <span class="command"><strong>multilog</strong></span>, you will
have to filter your log file through
<span class="command"><strong>tai64nfraq</strong></span>.
</p></div><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>If you redirect your <span class="productname">Qmail</span>™ logs to
<span class="command"><strong>syslog</strong></span>, you can run
<span class="command"><strong>lr_desyslog</strong></span> (included in <span class="application">Lire</span>) to
remove the extra <span class="command"><strong>syslog</strong></span> timestamp:
</p><pre class="screen">
<code class="prompt">$ </code> lr_desyslog qmail < qmail-syslog.log > qmail.log
</pre><p>
</p></div><div class="example"><a name="id383467"></a><p class="title"><b>Example 9.5. <span class="productname">Qmail</span>™ Log Sample</b></p><div class="example-contents"><pre class="programlisting">
998545829.342079 new msg 6416
998545829.342350 info msg 6416: bytes 2657 from \
<bounce-debian-hurd=john.doe-debian-hurd=john.doe.1@1.mail.example.com> \
qp 22423 uid 71
998545829.356889 starting delivery 1808: msg 6416 to local \
john.doe.2@2.mail.example.com
998545829.357096 status: local 1/10 remote 0/20
998545829.445754 delivery 1808: success: did_0+0+1/
998545829.445976 status: local 0/10 remote 0/20
998545829.446056 end msg 6416
998545832.186954 new msg 6416
998545832.187213 info msg 6416: bytes 1957 from \
<dns-return-13543-john-dns=john.doe.3@3.mail.example.com> qp 22431 uid 71
998545832.196806 starting delivery 1809: msg 6416 to local \
john.doe.4@2.mail.example.com
</pre></div></div><br class="example-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch09.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch09s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="productname">Postfix</span>™ </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="productname">Sendmail</span>™</td></tr></table></div></body></html>
|