This file is indexed.

/usr/share/doc/mailfront/backend-qmail.html is in mailfront 1.16-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
<html>
<body>

<h2><a href="mailfront.html">Mailfront</a></h2>

<h1>Backend: qmail</h1>

<hr />

<p>Features:</p>

<ul>

<li>The qmail home directory is compiled into the program, and defaults
to <tt>/var/qmail</tt>, but may be overridden by <tt>$QMAILHOME</tt>.

<li>Messages are delivered through the executable named in
<tt>$QMAILQUEUE</tt>, or <tt>$QMAILHOME/bin/qmail-queue</tt> if it is
not set.

<li>If <tt>qmail-queue</tt> exits non-zero, the qmail backend looks for
an error message in <tt>$QQERRMSG_#</tt>, where <tt>#</tt> is the exit
code of <tt>qmail-queue</tt>.  As usual, exit codes between 11 and 40
indicate permanent errors, and all others indicate temporary errors.

<li>The qmail-queue PID is logged in success messages for correlation
with the qmail logs.

</ul>

</body>
</html>