This file is indexed.

/usr/share/popfile/skins/default/smtp-chain-server.thtml is in popfile 1.1.3+dfsg-0ubuntu1.

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
<form action="/security" method="post">
    <label class="securityLabel" for="securitySMTPServer">
        <TMPL_VAR NAME="Localize_Security_SMTPServer">:
    </label>
    <br />
    <input type="text" name="smtp_chain_server" id="securitySMTPServer" value="<TMPL_VAR NAME="smtp_chain_server">" />
    <input type="submit" class="submit" name="update_smtp_server" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />

    <TMPL_IF NAME="smtp_server_feedback">

    <blockquote>
        <TMPL_VAR NAME="smtp_server_feedback">
    </blockquote>

    </TMPL_IF>

</form>