home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Expires" CONTENT="-1">
- <TITLE>Mail Server Configuration</TITLE>
- </HEAD>
- <BODY bgcolor=#ffffff>
- <SCRIPT language="JavaScript">
- <!--
- function Form_Validator(theForm)
- {
- if (theForm.mailname.value == "")
- {
- alert("Please enter a value for the \"Domain Name\" field.");
- theForm.mailname.focus();
- return (false);
- }
- if (theForm.dnsprimary.value == "")
- {
- alert("Please enter a value for the \"Primary DNS\" field.");
- theForm.dnsprimary.focus();
- return (false);
- }
- }
- //-->
- </SCRIPT>
-
- <A HREF="/sysadmin/index.stm" TARGET=_top>
- <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
- <CENTER><FONT SIZE=6>Mail Server Wizard</FONT>
- <BR>
- </CENTER>
- <FORM METHOD=POST ACTION="/session/mailconfig" TARGET=_top onsubmit="return Form_Validator(this)">
- <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/wizards/reboot.stm">
- <INPUT TYPE=hidden NAME="runsmtp" VALUE="true">
- <INPUT TYPE=hidden NAME="msgrelay" VALUE="ondemand">
- <INPUT TYPE=hidden NAME="mta" VALUE="true">
- <INPUT TYPE=hidden NAME="restrictrelay" VALUE="true">
-
- <TABLE border=0 cellspacing=20>
-
- <TR valign=top>
- <TD nowrap><B>Mail Transfer Agent</B></TD>
- <TD nowrap><I>enabled</I></TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Domain Name</B></TD>
- <TD nowrap><INPUT TYPE=text NAME="mailname" VALUE="<RCEmailname>" SIZE=30 MAXSIZE=60></TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Primary DNS Server</B></TD>
- <TD nowrap><INPUT TYPE=text NAME="dnsprimary" VALUE="<RCEdnsprimary>" SIZE=30 MAXSIZE=60></TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Secondary DNS Server</B></TD>
- <TD nowrap><INPUT TYPE=text NAME="dnssecondary" VALUE="<RCEdnssecondary>" SIZE=30 MAXSIZE=60></TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>MTA Delivery Threads<B></TD>
- <TD nowrap>
- <SELECT NAME="maxrouters">
- <OPTION VALUE="1" <RCif maxrouters = 1>SELECTED<RCendif>> 1 - Default
- <OPTION VALUE="2" <RCif maxrouters = 2>SELECTED<RCendif>> 2 - Active Server
- <OPTION VALUE="5" <RCif maxrouters = 5>SELECTED<RCendif>> 5 - 100+ Active Users
- <OPTION VALUE="9" <RCif maxrouters = 9>SELECTED<RCendif>> 9 - Maximum Recommended
- </SELECT>
- </TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Maximum Mailbox Size<B></TD>
- <TD nowrap><INPUT TYPE=text NAME="mboxsize" VALUE="<RCEmboxsize>" SIZE=20 MAXSIZE=20> bytes</TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Maximum Message Size<B></TD>
- <TD nowrap><INPUT TYPE=text NAME="maxmsgsize" VALUE="<RCEmaxmsgsize>" SIZE=20 MAXSIZE=20> bytes</TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Require AUTH</B></TD>
- <TD nowrap>
- <INPUT TYPE=radio NAME="requireauth" VALUE="true" <RCif RCErequireauth = true> CHECKED<RCendif>>
- <B>Yes</B>
- <INPUT TYPE=radio NAME="requireauth" VALUE="false" <RCif RCErequireauth = false> CHECKED<RCendif>>
- <B>No</B>
- </TD>
- </TR>
-
- <TR valign=top>
- <TD nowrap><B>Always Allow localhost</B></TD>
- <TD nowrap>
- <INPUT TYPE=radio NAME="allowlocal" VALUE="true" <RCif RCEallowlocal = true> CHECKED<RCendif>>
- <B>Yes</B>
- <INPUT TYPE=radio NAME="allowlocal" VALUE="false" <RCif RCEallowlocal = false> CHECKED<RCendif>>
- <B>No</B>
- </TD>
- </TR>
-
- </TABLE>
- <P>
- <CENTER>
- <INPUT TYPE=submit VALUE="Update Mail Configuration">
- </FORM>
- </CENTER>
- <BR>
- <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
- </BODY>
- </HTML>
-