cgi/vchforwards.html
changeset 0 6f7a81934006
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <html>
       
     2 <head>
       
     3 <title>Sample VMailMgr "vchforwards" Page</title>
       
     4 </head>
       
     5 <body>
       
     6 <center><p><h1>Sample VMailMgr "vchforwards" Page</h1></p></center>
       
     7 <hr>
       
     8 <form method=post action="/cgi-bin/vchforwards">
       
     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>New destination: <input type=text name=destination><br>
       
    13 Note: seperate multiple addresses with commas.</p>
       
    14 <p>Enable/Disable Mailbox Delivery: <select name=enable>
       
    15 <option value="">No change
       
    16 <option value="0">Disable
       
    17 <option value="1">Enable
       
    18 </select></p>
       
    19 <p><input type=submit></p>
       
    20 </form>
       
    21 </body>
       
    22 </html>