cgi/vchforwards.html
author "Tomas Zeman <tzeman@volny.cz>"
Wed, 16 Jan 2008 22:39:43 +0100
changeset 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.96.9

<html>
<head>
<title>Sample VMailMgr "vchforwards" Page</title>
</head>
<body>
<center><p><h1>Sample VMailMgr "vchforwards" Page</h1></p></center>
<hr>
<form method=post action="/cgi-bin/vchforwards">
<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 destination: <input type=text name=destination><br>
Note: seperate multiple addresses with commas.</p>
<p>Enable/Disable Mailbox Delivery: <select name=enable>
<option value="">No change
<option value="0">Disable
<option value="1">Enable
</select></p>
<p><input type=submit></p>
</form>
</body>
</html>