--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cgi/vadduser.html Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,20 @@
+<html>
+<head>
+<title>Sample VMailMgr "vadduser" Page</title>
+</head>
+<body>
+<center><p><h1>Sample VMailMgr "vadduser" Page</h1></p></center>
+<hr>
+<form method=post action="/cgi-bin/vadduser">
+<p>Domain name: <input type=text name=vdomain></p>
+<p>Pass phrase: <input type=password name=password></p>
+<p>New 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>Virtual user's directory: <input type=text name=userdir><br>
+Note: leave this blank unless you need to set the directory to something
+other than the virtual user's name.</p>
+<p><input type=submit></p>
+</form>
+</body>
+</html>