This file is indexed.

/usr/share/popfile/skins/default/smtp-configuration.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
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
<label class="configurationLabel" for="configSMTPPort">
    <TMPL_VAR NAME="Localize_Configuration_SMTPPort">:
</label>
<table border="0" cellpadding="0" cellspacing="0" summary="">
    <tr>
        <td>
            <form action="/configuration" method="post">
                <input name="smtp_port" type="text" id="configSMTPPort" value="<TMPL_VAR NAME="smtp_port">" />
                <input type="submit" class="submit" name="update_smtp_port" value="<TMPL_VAR NAME="Localize_Apply">" />
                <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
            
                <TMPL_IF NAME="smtp_port_feedback">
                <p> 
                    <div class="error01">
                        <TMPL_VAR NAME="smtp_port_feedback">
                    </div>
                </p>
            
                </TMPL_IF>
            
            </form>
        </td>
    </tr>
</table>
<br />
<span class="configurationLabel">
    <TMPL_VAR NAME="Localize_Configuration_SMTPFork">:
</span>
<br />
<table border="0" cellpadding="0" cellspacing="0" summary="">
    <tr>
        <td nowrap="nowrap">
            <form action="/configuration" method="post">
                <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
            
                <TMPL_IF NAME="smtp_force_fork_on">
            
                <span class="securityWidgetStateOn">
                    <TMPL_VAR NAME="Localize_Yes">
                </span>
                <input type="submit" class="toggleOff" id="smtpForceForkOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" />
                <input type="hidden" name="smtp_force_fork" value="0" />
            
                <TMPL_ELSE>
            
                <span class="securityWidgetStateOff">
                    <TMPL_VAR NAME="Localize_No">
                </span>
                <input type="submit" class="toggleOn" id="smtpForceForkOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" />
                <input type="hidden" name="smtp_force_fork" value="1" />
            
                </TMPL_IF>
            
            </form>
        </td>
    </tr>
</table>