home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / newlist.stm < prev    next >
Text File  |  2001-05-16  |  5KB  |  159 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <CENTER><FONT SIZE=6>Create a New Mailing List</FONT></CENTER>
  8. <BR>
  9. <SCRIPT language="JavaScript">
  10. <!--
  11.  
  12. var inValid = ":|/ ";
  13.  
  14. function Form_Validator(theForm)
  15. {
  16.     var alertstr = "Please correct the following\n";
  17.  
  18.     if (theForm.name.value == "")
  19.     {
  20.         alert(alertstr + "Enter a value for the \"Mailing List\" field.");
  21.         theForm.name.focus();
  22.         return (false);
  23.     }
  24.  
  25.     if (theForm.email.value == "")
  26.     {
  27.         alert(alertstr + "Enter a value for the \"List Administrators\" field.");
  28.         theForm.email.focus();
  29.         return (false);
  30.     }
  31.  
  32.     for (j = 0; j < theForm.name.value.length; j++)
  33.     {
  34.         if (inValid.indexOf(theForm.name.value.charAt(j)) != -1)
  35.         {
  36.             alert(alertstr + "The \"Mailing List\" contains invalid characters (:|/ )");
  37.             theForm.name.focus();
  38.             return (false);
  39.         }
  40.     }
  41. }
  42. //-->
  43. </SCRIPT>
  44. <BR>
  45. <FORM METHOD="POST" ACTION="/session/mlistcreate" TARGET="_top" onsubmit="return Form_Validator(this)">
  46. <INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/maillist/index.htm">
  47.  
  48. <TABLE border=0 cellpadding=5 cellspacing=2 width=550>
  49. <TR valign=top>
  50. <TD align=right><B>Mailing List</B></TD>
  51. <TD><INPUT TYPE="text" NAME="name" VALUE="" SIZE=40 MAXLENGTH=40>
  52. <BR>
  53. <I>For machines hosting multiple domains, the mailing list name can include 
  54. the domain to allow for host-specific email addresses.  
  55. For example, the mailing list <CODE>all@sambar.com</CODE>
  56. and <CODE>all@sambar.org</CODE> are both hosted on the same machine
  57. but are separate mailing lists, whereas the mailing list <CODE>webmaster</CODE>
  58. results in mail to a mailing list of either domain being distributed to the
  59. same mailing list subscribers.</I>
  60. </TD>
  61. </TR>
  62. <TR VALIGN=top>
  63. <TD align=right><B>Allow users to subscribe?</B></TD>
  64. <TD><INPUT TYPE=radio NAME=newusers VALUE="yes" CHECKED> Yes
  65.     <INPUT TYPE=radio NAME=newusers VALUE="no"> No</TD>
  66. </TR>
  67. <TR VALIGN=top>
  68. <TD align=right><B>Who can post...</B></TD>
  69. <TD>
  70. <SELECT NAME="post">
  71. <OPTION VALUE=all> All Users
  72. <OPTION VALUE=subscribers SELECTED> List Subscribers
  73. <OPTION VALUE=administrators> List Administrators
  74. </SELECT>
  75. </TD>
  76. </TR>
  77. <TR VALIGN=top>
  78. <TD align=right><B>List Administrators</B></TD>
  79. <TD><INPUT TYPE="text" NAME="email" VALUE="" SIZE=40 MAXLENGTH=200><BR>
  80. <font size=-1><i>Enter a comma-separated list of e-mail addresses.</i></font>
  81. </TD>
  82. </TR>
  83. <TR VALIGN=top>
  84. <TD align=right><B>Outgoing Mail Account</B></TD>
  85. <TD><INPUT TYPE="text" NAME="sender" VALUE="author" SIZE=40 MAXLENGTH=40><BR>
  86. <font size=-1><i>Outgoing from <B>author</B> or specify an e-mail address</i></font>
  87. </TD>
  88. </TR>
  89. <TR VALIGN=top>
  90. <TD align=right><B>Allow mail messages with attachments?</B></TD>
  91. <TD><INPUT TYPE=radio NAME=attachments VALUE="yes" CHECKED> Yes
  92.     <INPUT TYPE=radio NAME=attachments VALUE="no"> No<BR>
  93. <font size=-1><i>If attachments are not allowed, all multipart mail messages 
  94. are denied.  This may include MS Outlook HTML mail.</i></font>
  95. </TD>
  96. </TR>
  97. <TR VALIGN=top>
  98. <TD align=right><B>Send mail to <I>author</I> of mail message?</B></TD>
  99. <TD><INPUT TYPE=radio NAME=copyauthor VALUE="yes" CHECKED> Yes
  100.     <INPUT TYPE=radio NAME=copyauthor VALUE="no"> No<BR>
  101. <font size=-1><i>By not copying the <B>author</B> some bounce messages can be avoided</i></font>
  102. </TD>
  103. </TR>
  104. <TR VALIGN=top>
  105. <TD align=right><B>Reply-to Address</B></TD>
  106. <TD><INPUT TYPE="text" NAME="replyto" VALUE="author" SIZE=40 MAXLENGTH=40><BR>
  107. <font size=-1><i>Reply-to from <B>author</B> or specify an e-mail address</i></font>
  108. </TD>
  109. </TR>
  110. <TR VALIGN=top>
  111. <TD align=right><B>Faulty addresses...</B></TD>
  112. <TD>
  113. <INPUT TYPE="radio" NAME="badaddr" VALUE="unsubscribe" CHECKED> Unsubscribe<BR>
  114. <INPUT TYPE="radio" NAME="badaddr" VALUE="forward"> Forward<BR>
  115. <INPUT TYPE="radio" NAME="badaddr" VALUE="both"> Both<BR>
  116. </TD>
  117. </TR>
  118. <TR VALIGN=top>
  119. <TD align=right><B>Maximum Users</B></TD>
  120. <TD>
  121. <INPUT TYPE="text" NAME="maxusers" VALUE="0"><BR>
  122. <font size=-1><i>The maximum users permitted to subscribe to the list.
  123. A value of zero (0) indicates unlimited number of users are allowed.</i></font>
  124. </TD>
  125. </TR>
  126. <TR VALIGN=top>
  127. <TD align=right><B>Maximum Message Size</B></TD>
  128. <TD>
  129. <INPUT TYPE="text" NAME="maxsize" VALUE="0"><BR>
  130. <font size=-1><i>The maximum message size (in bytes) permitted.
  131. A value of zero (0) indicates unlimited size messages may be sent.</i></font>
  132. </TD>
  133. </TR>
  134. <TR VALIGN=top>
  135. <TD align=right><B>Message Subject Prefix</B></TD>
  136. <TD><INPUT TYPE="text" NAME="prefix" VALUE="" SIZE=40 MAXLENGTH=40>
  137. </TD>
  138. </TR>
  139. <TR>
  140. <TR VALIGN=top>
  141. <TD align=right><B>Message Footer Message</B></TD>
  142. <TD><TEXTAREA NAME="footer" ROWS=4 COLS=60></TEXTAREA>
  143. </TD>
  144. </TR>
  145. <TR>
  146. <TD></TD>
  147. <TD><INPUT TYPE="submit" VALUE="Create Mailing List">
  148. <P>
  149. <I>Note: </I> Subscribe and unsubscribe messages can be placed
  150. in the <B>maillist/<I>listname</I></B> directory using the file 
  151. names <B>subscribe.txt</B> and <B>unsubscribe.txt</B>.
  152. </TD>
  153. </TR>
  154. </TABLE>
  155. </FORM>
  156. </CENTER>
  157. </BODY>
  158. </HTML>
  159.