pgoldstein    2002/08/09 12:24:54

  Modified:    src/xdocs FAQ.xml
  Log:
  Addition to the FAQ that describes how to disable services.
  
  Thanks to Hontvari Jozsef
  
  Revision  Changes    Path
  1.15      +31 -4     jakarta-james/src/xdocs/FAQ.xml
  
  Index: FAQ.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/FAQ.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- FAQ.xml   29 Jul 2002 16:04:45 -0000      1.14
  +++ FAQ.xml   9 Aug 2002 19:24:54 -0000       1.15
  @@ -45,15 +45,18 @@
                     <a href="#11">Why isn't my mailet making changes to a 
MimeMessage?</a>
                  </li>
                                <li>
  -                  <a href="#12">How can I contribute to James?</a>
  +                  <a href="#12">How to remove unneeded services like NNTP, 
POP3?</a>
                  </li>               
  +               <li>
  +                  <a href="#13">How can I contribute to James?</a>
  +               </li>               
               </ul>
            </p>
         </section>
         <section name="Answers">
            <a name="1"/>
            <subsection name="Would you please teach me how to set up a mailing list">
  -            <p>James currently (v2.0a2) includes only the most basic list 
functionality, users can subscribe and unsubscribe, but there is no moderation of 
messages or subscriptions</p>
  +            <p>James currently (v2.0a3) includes only the most basic list 
functionality, users can subscribe and unsubscribe, but there is no moderation of 
messages or subscriptions</p>
               <p>To enable a list you need the following in config.xml in the root 
processor block and above the final mailet block -</p>
               <source>
   &lt;mailet match="CommandForListserv=james@localhost"
  @@ -127,6 +130,7 @@
            <subsection name="What about IMAP support?">
               <p>Unfortunately IMAP support is currently stalled.  There is a 
proposal in CVS, but IMAP is a significantly more complex than other mail protocols, 
both from a protocol command support and in terms of complexity you need on the 
server.  If you are interested in taking the proverbial ball and running with it, we 
would all very much appreciated. (I personally am incredibly frustrated with an old 
Netscape Mail server, but I've sworn myself to upgrade only to James's IMAP once ready 
as incentive.)
     <br/>Serge Knystautas</p>
  +            <p>An update to Serge's comment: the IMAP server has recently attracted 
new interest.  We are hopeful that we will be able to provide basic IMAP support in 
James 2.1<br/>Peter M. Goldstein</p>
            </subsection>
            <a name="7"/>
            <subsection name="What about support virtual hosting?">
  @@ -171,7 +175,7 @@
     echo Usage:   %0 jdk_home james_home (classic/hotspot/server)
     echo NOTE:    You MAY NOT use spaces in the path names.
     echo          JDK 1.3 does not come with hotpot server by default, you must
  -  echo          install this seperately if you wish to use it.
  +  echo          install this separately if you wish to use it.
     echo Example: %0 c:\progra~1\jdk c:\progra~1\james classic
     echo --------
   
  @@ -204,7 +208,30 @@
     Serge Knystautas
     </p>
            </subsection>
  -         <a name="12"/>
  +          <a name="12"/>
  +         <subsection name="How to remove unneeded services like NNTP, POP3?">
  +           <p>The following information is based on James 2.0a3, but the
  +             upcoming 2.1 version should be similar.</p>
  +           <p>NNTP and other underlying services are called "blocks" in the
  +             Avalon Phoenix terminology. Blocks are specified in the
  +             assembly.xml file which is under the apps/james/conf directory in
  +             2.0a3 and apps\james\SAR-INF in 2.1. Note: this file is created
  +             during the first startup of James.</p>
  +           <p>There are dependencies between the blocks, which you can read from
  +             the file. For example the SMTP Server block depends on the
  +             users-store block, so if you want SMTP then you cannot remove the
  +             users-store block even if you only want to relay messages.</p>
  +           <p>To remove the NNTP Server comment out the following blocks:
  +             NNTP server, NNTP Authentication Service, NNTP repository.
  +             To remove the POP3 Server comment out the POP3 Server block.</p>
  +           <p>If you remove a block it wont't be loaded next time you restart
  +             James. You must also remove all sections related to the removed
  +             blocks from the James configuration file - config.xml - otherwise
  +             you will get error messages, saying that there is no corresponding
  +             block.<br/>
  +             Hontvari Jozsef</p>
  +         </subsection>
  +         <a name="13"/>
            <subsection name="How can I contribute to James">
               <p>Read the "Contributors How To" <a href="contribute.html">here</a>
               <br/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to