/usr/share/courier/webadmin/admin-34fax.html is in courier-faxmail 0.73.1-1.6.
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 | <!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@ - Inbound FAX</title>
  <!--
  [#SAVED=<span style="color: #008000">Saved</span>#]
  [#___#]
  -->
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<!-- Copyright 2002 Double Precision, Inc.  See COPYING for -->
<!-- distribution information. -->
<form method="post" action="34fax">
  <h1><tt>@PACKAGE@ @VERSION@</tt> - Inbound FAX</h1>
  @ERROR@
  <p><font size="-1">NOTE: See INSTALL for instructions on configuring
  <tt>mgetty+sendfax</tt> to use Courier for new fax notifications</font></p>
  <p>@DODELETE@ Delete fax files from mgetty's incoming spool directory after
  attaching them to the new fax notification E-mail.</p>
  <table border="0">
    <tbody>
      <tr>
        <td>New fax notification recipient address:</td>
        <td><input type="text" size="20" name="RCPTTO" value="@RCPTTO@" /></td>
      </tr>
      <tr>
        <td>Bounce address for new fax notifications:</td>
        <td><input type="text" size="20" name="MAILFROM"
        value="@MAILFROM@" /></td>
      </tr>
    </tbody>
  </table>
  <h2>Headers on the notification E-mail</h2>
  <table border="0">
    <tbody>
      <tr>
        <td align="right">From:</td>
        <td><input type="text" name="FROMHDR"
        value="@FROMHDR@" size="60" /></td>
      </tr>
      <tr>
        <td align="right">To:</td>
        <td><input type="text" name="TOHDR" value="@TOHDR@" size="60" /></td>
      </tr>
      <tr>
        <td align="right">Subject:</td>
        <td><input type="text" name="SUBJECTHDR"
          value="@SUBJECTHDR@" size="60" /></td>
      </tr>
    </tbody>
  </table>
  <input type="submit" value="Save" name="Save" /></form>
<hr />
<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>
 |