cgi/vaddalias.html
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:25 +0100
changeset 3 3d1d327cfa68
parent 0 6f7a81934006
permissions -rw-r--r--
vmailmgr-0.97

<html>
<head>
<title>Sample VMailMgr "vaddalias" Page</title>
</head>
<body>
<center><p><h1>Sample VMailMgr "vaddalias" Page</h1></p></center>
<hr>
<form method=post action="/cgi-bin/vaddalias">
<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 destination: <input type=text name=destination><br>
Note: seperate multiple addresses with commas.</p>
<p><input type=submit></p>
</form>
</body>
</html>