This file is indexed.

/usr/share/doc/mailfront/imapfront.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
<html>
<body>

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

<h1>IMAP Front End</h1>

<hr>

<h2>imapfront-auth</h2>

<p>Usage: <tt>imapfront-auth PROGRAM [ ARGS ... ]</tt></p>

<p><tt>imapfront-auth</tt> provides IMAP authentication using CVM
modules.  The <tt>LOGIN</tt> command is authenticated via the CVM named
by <tt>$CVM_SASL_PLAIN</tt>.  If authentication succeeds, it sets up the
environment and executes <tt>PROGRAM</tt>.  It also offers <a
href="http://www.faqs.org/rfcs/rfc1734.html">RFC 1734</a> compliant AUTH
support through <a href="cvm-sasl.html">cvm-sasl</a>. The environment is
set up for use with Courier IMAP.</p>

<p>Connections are timed out after <tt>$AUTH_TIMEOUT</tt> (or
<tt>$TIMEOUT</tt> if that is not set) seconds of inactivity (defaults to
1200 seconds or 20 minutes), or <tt>$AUTH_SESSION_TIMEOUT</tt> (or
<tt>$SESSION_TIMEOUT</tt> if that is not set) seconds after the
connection was established (defaults to 86400 seconds or 24 hours).</p>

</body>
</html>