|
0
|
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>Sample VMailMgr "vchattr" Page</title>
|
|
|
4 |
</head>
|
|
|
5 |
<body>
|
|
|
6 |
<center><p><h1>Sample VMailMgr "vchattr" Page</h1></p></center>
|
|
|
7 |
<hr>
|
|
|
8 |
<form method=post action="/cgi-bin/vchattr">
|
|
|
9 |
<p>Domain name: <input type=text name=vdomain></p>
|
|
|
10 |
<p>Pass phrase: <input type=password name=password></p>
|
|
|
11 |
<p>Virtual user name: <input type=text name=username></p>
|
|
|
12 |
<p>Attribute: <select name=attribute>
|
|
|
13 |
<option value=3>Hard quota
|
|
|
14 |
<option value=4>Soft quota
|
|
|
15 |
<option value=5>Message size limit
|
|
|
16 |
<option value=6>Message count limit
|
|
|
17 |
<option value=7>Account expiry time
|
|
|
18 |
</select></p>
|
|
|
19 |
<p>New value: <input type=text name=newvalue></p>
|
|
|
20 |
<p><input type=submit></p>
|
|
|
21 |
</form>
|
|
|
22 |
</body>
|
|
|
23 |
</html>
|