home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / sysadmin / wizards / MAIL.STM < prev    next >
Encoding:
Text File  |  2002-02-05  |  3.3 KB  |  114 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>Mail Server Configuration</TITLE>
  6. </HEAD>
  7. <BODY bgcolor=#ffffff>
  8. <SCRIPT language="JavaScript">
  9. <!--
  10. function Form_Validator(theForm)
  11. {
  12.     if (theForm.mailname.value == "")
  13.     {
  14.         alert("Please enter a value for the \"Domain Name\" field.");
  15.         theForm.mailname.focus();
  16.         return (false);
  17.     }
  18.     if (theForm.dnsprimary.value == "")
  19.     {
  20.         alert("Please enter a value for the \"Primary DNS\" field.");
  21.         theForm.dnsprimary.focus();
  22.         return (false);
  23.     }
  24. }
  25. //-->
  26. </SCRIPT>
  27.  
  28. <A HREF="/sysadmin/index.stm" TARGET=_top>
  29. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  30. <CENTER><FONT SIZE=6>Mail Server Wizard</FONT>
  31. <BR>
  32. </CENTER>
  33. <FORM METHOD=POST ACTION="/session/mailconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  34. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/wizards/reboot.stm">
  35. <INPUT TYPE=hidden NAME="runsmtp" VALUE="true">
  36. <INPUT TYPE=hidden NAME="msgrelay" VALUE="ondemand">
  37. <INPUT TYPE=hidden NAME="mta" VALUE="true">
  38. <INPUT TYPE=hidden NAME="restrictrelay" VALUE="true">
  39.  
  40. <TABLE border=0 cellspacing=20>
  41.  
  42. <TR valign=top>
  43. <TD nowrap><B>Mail Transfer Agent</B></TD>
  44. <TD nowrap><I>enabled</I></TD>
  45. </TR>
  46.  
  47. <TR valign=top>
  48. <TD nowrap><B>Domain Name</B></TD>
  49. <TD nowrap><INPUT TYPE=text NAME="mailname" VALUE="<RCEmailname>" SIZE=30 MAXSIZE=60></TD>
  50. </TR>
  51.  
  52. <TR valign=top>
  53. <TD nowrap><B>Primary DNS Server</B></TD>
  54. <TD nowrap><INPUT TYPE=text NAME="dnsprimary" VALUE="<RCEdnsprimary>" SIZE=30 MAXSIZE=60></TD>
  55. </TR>
  56.  
  57. <TR valign=top>
  58. <TD nowrap><B>Secondary DNS Server</B></TD>
  59. <TD nowrap><INPUT TYPE=text NAME="dnssecondary" VALUE="<RCEdnssecondary>" SIZE=30 MAXSIZE=60></TD>
  60. </TR>
  61.  
  62. <TR valign=top>
  63. <TD nowrap><B>MTA Delivery Threads<B></TD>
  64. <TD nowrap>
  65. <SELECT NAME="maxrouters">
  66. <OPTION VALUE="1" <RCif maxrouters = 1>SELECTED<RCendif>> 1 - Default
  67. <OPTION VALUE="2" <RCif maxrouters = 2>SELECTED<RCendif>> 2 - Active Server
  68. <OPTION VALUE="5" <RCif maxrouters = 5>SELECTED<RCendif>> 5 - 100+ Active Users
  69. <OPTION VALUE="9" <RCif maxrouters = 9>SELECTED<RCendif>> 9 - Maximum Recommended
  70. </SELECT>
  71. </TD>
  72. </TR>
  73.  
  74. <TR valign=top>
  75. <TD nowrap><B>Maximum Mailbox Size<B></TD>
  76. <TD nowrap><INPUT TYPE=text NAME="mboxsize" VALUE="<RCEmboxsize>" SIZE=20 MAXSIZE=20> bytes</TD>
  77. </TR>
  78.  
  79. <TR valign=top>
  80. <TD nowrap><B>Maximum Message Size<B></TD>
  81. <TD nowrap><INPUT TYPE=text NAME="maxmsgsize" VALUE="<RCEmaxmsgsize>" SIZE=20 MAXSIZE=20> bytes</TD>
  82. </TR>
  83.  
  84. <TR valign=top>
  85. <TD nowrap><B>Require AUTH</B></TD>
  86. <TD nowrap>
  87. <INPUT TYPE=radio NAME="requireauth" VALUE="true" <RCif RCErequireauth = true> CHECKED<RCendif>>
  88. <B>Yes</B>    
  89. <INPUT TYPE=radio NAME="requireauth" VALUE="false" <RCif RCErequireauth = false> CHECKED<RCendif>>
  90. <B>No</B>
  91. </TD>
  92. </TR>
  93.  
  94. <TR valign=top>
  95. <TD nowrap><B>Always Allow localhost</B></TD>
  96. <TD nowrap>
  97. <INPUT TYPE=radio NAME="allowlocal" VALUE="true" <RCif RCEallowlocal = true> CHECKED<RCendif>>
  98. <B>Yes</B>    
  99. <INPUT TYPE=radio NAME="allowlocal" VALUE="false" <RCif RCEallowlocal = false> CHECKED<RCendif>>
  100. <B>No</B>
  101. </TD>
  102. </TR>
  103.  
  104. </TABLE>
  105. <P>
  106. <CENTER>
  107. <INPUT TYPE=submit VALUE="Update Mail Configuration">
  108. </FORM>
  109. </CENTER>
  110. <BR>
  111. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  112. </BODY>
  113. </HTML>
  114.