home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Expires" CONTENT="-1">
- </HEAD>
- <BODY bgcolor=#ffffff>
- <CENTER><FONT SIZE=6>Create a New Mailing List</FONT></CENTER>
- <BR>
- <SCRIPT language="JavaScript">
- <!--
-
- var inValid = ":|/ ";
-
- function Form_Validator(theForm)
- {
- var alertstr = "Please correct the following\n";
-
- if (theForm.name.value == "")
- {
- alert(alertstr + "Enter a value for the \"Mailing List\" field.");
- theForm.name.focus();
- return (false);
- }
-
- if (theForm.email.value == "")
- {
- alert(alertstr + "Enter a value for the \"List Administrators\" field.");
- theForm.email.focus();
- return (false);
- }
-
- for (j = 0; j < theForm.name.value.length; j++)
- {
- if (inValid.indexOf(theForm.name.value.charAt(j)) != -1)
- {
- alert(alertstr + "The \"Mailing List\" contains invalid characters (:|/ )");
- theForm.name.focus();
- return (false);
- }
- }
- }
- //-->
- </SCRIPT>
- <BR>
- <FORM METHOD="POST" ACTION="/session/mlistcreate" TARGET="_top" onsubmit="return Form_Validator(this)">
- <INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/maillist/index.htm">
-
- <TABLE border=0 cellpadding=5 cellspacing=2 width=550>
- <TR valign=top>
- <TD align=right><B>Mailing List</B></TD>
- <TD><INPUT TYPE="text" NAME="name" VALUE="" SIZE=40 MAXLENGTH=200>
- <BR>
- <font size=-1><I>
- For machines hosting multiple domains, the mailing list name can include
- the domain to allow for host-specific email addresses.
- For example, the mailing list <CODE>all@sambar.com</CODE>
- and <CODE>all@sambar.org</CODE> are both hosted on the same machine
- but are separate mailing lists, whereas the mailing list <CODE>webmaster</CODE>
- results in mail to a mailing list of either domain being distributed to the
- same mailing list subscribers.</I></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Allow users to subscribe?</B></TD>
- <TD><INPUT TYPE=radio NAME=newusers VALUE="yes" CHECKED> Yes
- <INPUT TYPE=radio NAME=newusers VALUE="no"> No</TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Who can post...</B></TD>
- <TD>
- <SELECT NAME="post">
- <OPTION VALUE=all> All Users
- <OPTION VALUE=subscribers SELECTED> List Subscribers
- <OPTION VALUE=administrators> List Administrators
- </SELECT>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>List Administrators</B></TD>
- <TD><INPUT TYPE="text" NAME="email" VALUE="" SIZE=40 MAXLENGTH=200><BR>
- <font size=-1><i>Enter a comma-separated list of e-mail addresses.</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Outgoing Mail Account</B></TD>
- <TD><INPUT TYPE="text" NAME="sender" VALUE="author" SIZE=40 MAXLENGTH=40><BR>
- <font size=-1><i>Outgoing from <B>author</B>, <B>list</B> or specify
- an e-mail address</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Allow mail messages with attachments?</B></TD>
- <TD><INPUT TYPE=radio NAME=attachments VALUE="yes" CHECKED> Yes
- <INPUT TYPE=radio NAME=attachments VALUE="no"> No<BR>
- <font size=-1><i>If attachments are not allowed, all multipart mail messages
- are denied. This may include MS Outlook HTML mail.</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Send mail to <I>author</I> of mail message?</B></TD>
- <TD><INPUT TYPE=radio NAME=copyauthor VALUE="yes" CHECKED> Yes
- <INPUT TYPE=radio NAME=copyauthor VALUE="no"> No<BR>
- <font size=-1><i>By not copying the <B>author</B> some bounce messages can be avoided</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Reply-to Address</B></TD>
- <TD><INPUT TYPE="text" NAME="replyto" VALUE="author" SIZE=40 MAXLENGTH=40><BR>
- <font size=-1><i>Reply-to from <B>author</B>, <B>list</B> or specify
- an e-mail address</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Faulty addresses...</B></TD>
- <TD>
- <INPUT TYPE="radio" NAME="badaddr" VALUE="unsubscribe" CHECKED> Unsubscribe<BR>
- <INPUT TYPE="radio" NAME="badaddr" VALUE="forward"> Forward<BR>
- <INPUT TYPE="radio" NAME="badaddr" VALUE="both"> Both<BR>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Maximum Users</B></TD>
- <TD>
- <INPUT TYPE="text" NAME="maxusers" VALUE="0"><BR>
- <font size=-1><i>The maximum users permitted to subscribe to the list.
- A value of zero (0) indicates unlimited number of users are allowed.</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Maximum Message Size</B></TD>
- <TD>
- <INPUT TYPE="text" NAME="maxsize" VALUE="0"><BR>
- <font size=-1><i>The maximum message size (in bytes) permitted.
- A value of zero (0) indicates unlimited size messages may be sent.</i></font>
- </TD>
- </TR>
- <TR VALIGN=top>
- <TD align=right><B>Message Subject Prefix</B></TD>
- <TD><INPUT TYPE="text" NAME="prefix" VALUE="" SIZE=40 MAXLENGTH=40>
- </TD>
- </TR>
- <TR>
- <TR VALIGN=top>
- <TD align=right><B>Message Footer Message</B></TD>
- <TD><TEXTAREA NAME="footer" ROWS=4 COLS=60></TEXTAREA>
- </TD>
- </TR>
- <TR>
- <TD></TD>
- <TD><INPUT TYPE="submit" VALUE="Create Mailing List">
- <P>
- <font size=-1><I>Note: </I> Subscribe and unsubscribe messages can be placed
- in the <B>maillist/<I>listname</I></B> directory using the file
- names <B>subscribe.txt</B> and <B>unsubscribe.txt</B>.</font>
- </TD>
- </TR>
- </TABLE>
- </FORM>
- </CENTER>
- </BODY>
- </HTML>
-