patch is attached with a new faq entry. Feel free to correct it, including
my English.

Index: jakarta-james/src/xdocs/FAQ.xml
===================================================================
RCS file: /home/cvspublic/jakarta-james/src/xdocs/FAQ.xml,v
retrieving revision 1.14
diff -u -r1.14 FAQ.xml
--- jakarta-james/src/xdocs/FAQ.xml     29 Jul 2002 16:04:45 -0000      1.14
+++ jakarta-james/src/xdocs/FAQ.xml     1 Aug 2002 10:25:43 -0000
@@ -44,8 +44,11 @@
                <li>
                   <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>
+               <li>
+                  <a href="#12">How to remove unneeded services like NNTP, POP?</a>
+               </li>               
+               <li>
+                  <a href="#13">How can I contribute to James?</a>
                </li>               
             </ul>
          </p>
@@ -205,6 +208,29 @@
   </p>
          </subsection>
          <a name="12"/>
+         <subsection name="How to remove unneeded services like NNTP, POP?">
+           <p>The following information is based on James 2.0a3, but the
+             upcoming 2.1 version is 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