This file is indexed.

/usr/share/popfile/skins/default/smtp-chain-server-port.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="securitySMTPPort">
        <TMPL_VAR NAME="Localize_Security_SMTPPort">:
    </label>
    <br />
    <input type="text" name="smtp_chain_server_port" id="securitySMTPPort" value="<TMPL_VAR NAME="smtp_chain_port">" />
    <input type="submit" class="submit" name="update_smtp_server_port" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />

    <TMPL_IF NAME="smtp_port_feedback">

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

    </TMPL_IF>

</form>