This file is indexed.

/usr/share/courier/webadmin/admin-20aliases.html is in courier-webadmin 0.68.2-1ubuntu3.

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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
<!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" />
  <title>@PACKAGE@ @VERSION@ - Aliases, role accounts, forwarding, and
  virtual domain accounts</title>
  <!--

  [#ALIASNAME=Alias#]
  [#RECIP=Recipient(s)#]
  [#REMOVERECIP=- remove#]
  [#ADDRECIP=Add recipient:#]
  [#SAVE=Save#]

  [#BADCHARS=<p><font style="color: #ff0000" size="+1">ERROR: Invalid character in E-mail name/address/domain</font></p>#]
  [#DUPEALIAS=<p><span style="color: #ff0000">Duplicate address not added</span></p>#]

  [#VDOMAIN=Virtual domain#]
  [#VACCOUNT=Local mail account#]

  [#VCATCHALL=Forward all local addresses in this domain to this account#]
  [#VNOCATCHALL=Owner of this account controls mail delivery by creating <tt>.courier</tt> files (system accounts only).#]
  [#VSAVE=Save#]

  [#VLOCALERR=<p><font style="color: #ff0000" size="+1">ERROR: This domain is already set up as a local or a locally-hosted domain.  You must remove this domain from the <a href="00machine">local domain setup</a> screen before configuring it as a virtual domain</font></p>#]
  [#VREMOVE=- remove#]

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

<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
 <!-- Copyright 2001 Double Precision, Inc.  See COPYING for -->
 <!-- distribution information. -->



<h1><tt>@PACKAGE@ @VERSION@</tt> - Aliases, role accounts, forwarding, and
virtual domain accounts</h1>
@ERROR@

<h2>Aliases</h2>

<p>Mail to the following aliases/role accounts will be forward to the
following recipients</p>
@ALIASLIST@

<form method="post" action="20aliases">

  <table border="0">
    <tbody>
      <tr>
        <td align="right">Create new alias:</td>
        <td><tt><input type="text" size="20" name="alias" /></tt></td>
      </tr>
      <tr>
        <td align="right">Recipient:</td>
        <td><tt><input type="text" size="20" name="addr" /></tt></td>
      </tr>
      <tr>
        <td> </td>
        <td>
          <input type="submit" value="Save" name="AddAlias" /></td>
      </tr>
    </tbody>
  </table>
</form>
<hr>

<h2>Virtual domain accounts</h2>

<p>This option delivers all mail for a non-local domain into a local mail
account.</p>
@VALIASLIST@

<h3>Set up new virtual domain account:</h3>

<form method="post" action="20aliases">

  <table border="0">
    <tbody>
      <tr>
        <td align="right">Domain:</td>
        <td><tt><input type="text" size="20" name="vdomain" /></tt></td>
      </tr>
      <tr>
        <td align="right">Account:</td>
        <td><tt><input type="text" size="20" name="vaccount" /></tt></td>
      </tr>
      <tr>
        <td> </td>
        <td>
          <input type="submit" value="Save" name="vadd" /></td>
      </tr>
    </tbody>
  </table>
</form>
<hr />

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