<html>
<head>
<title>Sample VMailMgr "vpasswd" Page</title>
</head>
<body>
<center><p><h1>Sample VMailMgr "vpasswd" Page</h1></p></center>
<hr>
<form method=post action="/cgi-bin/vpasswd">
<p>Domain name: <input type=text name=vdomain></p>
<p>Pass phrase: <input type=password name=password></p>
<p>Virtual user name: <input type=text name=username></p>
<p>New pass phrase: <input type=password name=newpass1></p>
<p>Type it again: <input type=password name=newpass2></p>
<p><input type=submit></p>
</form>
</body>
</html>