/usr/share/courier/webadmin/admin-15ldapa.html is in courier-ldap 0.68.2-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 | <!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@ - LDAP-based aliasing/routing</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>#]
[#___#]
-->
</head>
<body text="#000000" bgcolor="#ffffff" link="#0000ee" vlink="#0000ee"
alink="#ff0000">
<!-- Copyright 2001 Double Precision, Inc. See COPYING for -->
<!-- distribution information. -->
<h1><tt>@PACKAGE@ @VERSION@</tt> - LDAP-based aliasing/routing</h1>
@ERROR@
<form method="post" action="15ldapa">
<table border="0">
<tbody>
<tr>
<th align="right">@ENABLED@</th>
<th align="left">Enable LDAP aliasing</th>
</tr>
<tr>
<th colspan="2" align="left">LDAP server login</th>
</tr>
<tr>
<td>Server URL (ldap://...):</td>
<td><tt><input type="text" size="20" name="URI"
value="@URI@" /></tt></td>
</tr>
<tr>
<td>Admin DN:</td>
<td><tt><input type="text" size="20" name="BINDDN"
value="@BINDDN@" /></tt></td>
</tr>
<tr>
<td></td>
<td>For security reasons, set the password manually, by editing the
<tt>ldapaliasrc</tt> file, <em>before making any changes on this
screen!</em></td>
</tr>
<tr>
<td>Timeout:</td>
<td><tt><input type="text" size="3" name="TIMEOUT"
value="@TIMEOUT@" /></tt>
seconds</td>
</tr>
<tr>
<td># of processes:</td>
<td><tt><input type="text" size="3" name="NUMPROCS"
value="@NUMPROCS@" /></tt></td>
</tr>
<tr>
<th colspan="2" align="left">LDAP attributes:</th>
</tr>
<tr>
<td>LDAP Base DN:</td>
<td><tt><input type="text" size="20" name="BASEDN"
value="@BASEDN@" /></tt></td>
</tr>
<tr>
<td>Mail Alias:</td>
<td><tt><input type="text" size="20" name="MAIL"
value="@MAIL@" /></tt></td>
</tr>
<tr>
<td>Recipient Address:</td>
<td><tt><input type="text" size="20" name="MAILDROP"
value="@MAILDROP@" /></tt></td>
</tr>
<tr>
<td>Source:</td>
<td><tt><input type="text" size="20" name="SOURCE"
value="@SOURCE@" /></tt>
(optional)</td>
</tr>
<tr>
<th colspan="2" align="left">Virtual domain aliasing:</th>
</tr>
<tr>
<td>Virtual domain:</td>
<td><tt><input type="text" size="20" name="VDOMAIN"
value="@VDOMAIN@" /></tt></td>
</tr>
<tr>
<td>Mail account:</td>
<td><tt><input type="text" size="20" name="VUSER"
value="@VUSER@" /></tt></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td></td>
<td>
<input type="submit" value="Save" name="Save" /></td>
</tr>
</tbody>
</table>
</form>
<hr />
<p><a href="@MAINMENU@">Main Menu</a></p>
</body>
</html>
|