This file is indexed.

/usr/share/courier/webadmin/login.html is in courier-webadmin 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
<!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@ - Administrative Login </title>
  <!--
  [#BADPASS=ERROR: Invalid password#]

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

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



<h1><tt>@PACKAGE@ @VERSION@</tt> - Administrative Login</h1>

<form method="post" action="@ME@">
  <p>Administrative password: <input type="password" size="20"
  name="loginpass" /> <input type="hidden" name="do.login" value="1" />
  <input type="submit" value="Login" name="login" /></p>
</form>

<p><span style="color: #800000">NOTE: Cookies must be enabled from this point
on.</span></p>

<p><font style="color: #ff0000" size="+2">@ERRMSG@</font></p>
</body>
</html>