/usr/share/courier/webadmin/admin-40imap.html is in courier-imap 4.10.0-20120615-1ubuntu7.
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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | <!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" />
<!-- Copyright 2001 Double Precision, Inc. See COPYING for -->
<!-- distribution information. -->
<title>@PACKAGE@ @VERSION@ - IMAP</title>
<!--
[#SAVED=<p><span style="color: #006000">Changed saved</span></p>#]
[#REQUIRED=<p><font style="color: #ff0000" size="+1">ERROR: A required field has not been set. Enter the required field below.</font></p>#]
[#CAPABILITIES=Capability#]
[#NONTLS=Without TLS#]
[#TLS=With TLS#]
[#FOLDER=Folder#]
[#DAYS=Days#]
[#___#]
-->
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<h1><tt>@PACKAGE@ @VERSION@</tt> - IMAP</h1>
@ERROR@
<form method="post" action="40imap">
<table cellspacing="16" cellpadding="0" border="0">
<tbody>
<tr>
<td colspan="1">@ENABLED@</td>
<td colspan="2">Enable IMAP</td>
</tr>
<tr>
<td colspan="1">@ENABLED_SSL@</td>
<td colspan="2">Enable IMAP-SSL</td>
</tr>
<tr>
<td colspan="1">@ENABLED_STARTTLS@</td>
<td colspan="2">Enable IMAP STARTTLS</td>
</tr>
<tr>
<td colspan="1">@REQUIRE_STARTTLS@</td>
<td colspan="2">Require IMAP STARTTLS</td>
</tr>
<tr>
<td> </td>
<td>Max # of connections accepted:</td>
<td><input type="text" size="4" text="" name="MAXDAEMONS"
value="@MAXDAEMONS@" /></td>
</tr>
<tr>
<td> </td>
<td>Max # of connections from one IP address:</td>
<td><input type="text" size="4" text="" name="MAXPERIP"
value="@MAXPERIP@" /></td>
</tr>
</tbody>
</table>
<p>
<input type="submit" value="Save" name="Save" /></p>
</form>
<h2>Advertised IMAP capabilities</h2>
<form method="post" action="40imap">
<table>
<tbody>
<tr>
<td>@CAPA@</td>
</tr>
<tr>
<td><hr />
</td>
</tr>
<tr>
<td>
<table border="0">
<tbody>
<tr>
<td> </td>
<td><tt>IDLE</tt> poll interval: <tt><input type="text"
size="3" name="IMAP_IDLE_TIMEOUT"
value="@IMAP_IDLE_TIMEOUT@" /></tt> seconds</td>
</tr>
<tr>
<td>@IMAP_DISABLETHREADSORT@</td>
<td>Disable <tt>THREAD</tt> and <tt>SORT</tt> commands</td>
</tr>
<tr>
<td>@IMAP_CHECK_ALL_FOLDERS@</td>
<td>Check for new mail in all folders</td>
</tr>
<tr>
<td>@IMAP_OBSOLETE_CLIENT@</td>
<td>Provide the obsolete <tt>\\NoInferiors</tt> folder
flag.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>
<input type="submit" value="Save" name="SaveCAPA" /></p>
</form>
<h2>Advanced settings</h2>
<form method="post" action="40imap">
<table border="0" cellpadding="8" <tr>
<tbody>
<tr>
<td> </td>
<td>Maximum size of each server process: <input type="text" size="8"
name="IMAP_ULIMITD" value="@IMAP_ULIMITD@" />Kb.</td>
</tr>
<tr>
<td>@IMAP_USELOCKS@</td>
<td>Use a lock file when checking for new mail</td>
</tr>
<tr>
<td>@IMAP_MOVE_EXPUNGE_TO_TRASH@</td>
<td>Automatically move deleted mail to the Trash folder.</td>
</tr>
<tr>
<td> </td>
<td>Automatically purge mail from the following folders: <br />
(change # days to 0 to delete)</td>
</tr>
<tr>
<td> </td>
<td>
<div style="margin-left: 3.5em;">
@IMAP_EMPTYTRASH@</div>
</td>
</tr>
</tbody>
</table>
<p>
<input type="submit" value="Save" name="SaveADV" /></p>
</form>
<hr />
<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>
|