This file is indexed.

/usr/share/courier/webadmin/admin-05local.html is in courier-mta 0.78.0-2ubuntu2.

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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <meta name="Author" content="Sam Varshavchik" />
  <!-- Copyright 2001 Double Precision, Inc.  See COPYING for -->
  <!-- distribution information. -->
  <title>@PACKAGE@ @VERSION@ - local mail delivery</title>
  <!--

  [#___#]
  -->
</head>

<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - Local mail delivery</h1>

<p style="color: #800000">NOTE: Changing this option results in a cold server
restart</p>

<form method="post" action="05local">
  <h2>Deliver local mail to/via:</h2>

  <table border="0">
    <tbody>
      <tr>
        <td><input type="radio" name="defaultdeliverytype"
        value="maildir" /></td>
        <td><tt>$HOME/Maildir</tt></td>
      </tr>
      <tr>
        <td><input type="radio" name="defaultdeliverytype"
        value="maildrop" /></td>
        <td><tt>maildrop</tt></td>
      </tr>
      <tr>
        <td><input type="radio" name="defaultdeliverytype"
        value="procmail" /></td>
        <td><tt>procmail</tt></td>
      </tr>
      <tr>
        <td> </td>
        <td><input type="checkbox" name="dotforward" />Read
          <code>.forward</code> files</td>
      </tr>
      <tr>
        <td colspan="2"><hr />
        </td>
      </tr>
      <tr valign="top">
        <td><input type="radio" name="defaultdeliverytype" checked="checked"
          value="custom" /></td>
        <td>Use custom delivery instructions:<br />
          @DEFAULTDELIVERY@</td>
      </tr>
    </tbody>
  </table>

  <p>
  <input type="submit" value="Save" name="Submit" /></p>
</form>

<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>