This file is indexed.

/usr/share/doc/libcvm1-dev/cvm-vmailmgr.html is in libcvm1-dev 0.96-1ubuntu2.

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<body>

<h2><a href="cvm.html">CVM</a></h2>

<h1>The cvm-vmailmgr Module</h1>

<h2>Synopsis:</h2> <p>vmailmgr virtual user validation module</p>

<h2>Credentials:</h2>

<ol>
<li>Pass phrase
</ol>

<h2>Description:</h2>

<p>This module validates credentials using accounts in a vmailmgr
system.  It does domain lookups the same way qmail would to determine
what system account and virtual account to use.  If the domain is not
being managed by vmailmgr, it fails with
<a href="facts.html">OUTOFSCOPE</a> set to true.</p>

<h2>Configuration Variables:</h2>

<dl>

<dt><tt>$VMAILMGR_AUTOCONVERT</tt> (optional)</td> <dd>If this is set,
encrypted passwords in the virtual password file will be automatically
converted to plain text format after the first successful
authentication.  Plain text passwords are required for use of
challenge-response authentication methods such as CRAM-MD5.</dd>

<dt><tt>$VMAILMGR_DEFAULT</tt> (optional)</dt> <dd>The name of the
default or "catch-all" account to look up if no match is found for the
virtual account name.  Defaults to "<tt>+</tt>", and is only used in
lookup mode.</dd>

<dt><tt>$VMAILMGR_PWFILE</tt> (optional)</dt> <dd>The relative path to
the password file located in the virtual domain's home directory.
Defaults to "<tt>passwd.cdb</tt>"</dd>

</dl>

<p>Note: All configuration variables available for <a
href="cvm-qmail.html">cvm-qmail</a> are also usable here.</p>

</body>
</html>