serge       2002/12/29 16:01:35

  Modified:    src/conf james-config.xml
  Log:
  Disabled NNTP Server, and added experimental status comment. (reapplied Noel's patch 
to HEAD)
  
  Revision  Changes    Path
  1.40      +5 -2      jakarta-james/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- james-config.xml  29 Dec 2002 23:12:38 -0000      1.39
  +++ james-config.xml  30 Dec 2002 00:01:34 -0000      1.40
  @@ -408,7 +408,10 @@
       <!-- The NNTP server is enabled by default -->
       <!-- Disabling blocks will stop them from listening, -->
       <!-- but does not free as many resources as removing them would -->
  -   <nntpserver enabled="true">
  +   <nntpserver enabled="false">
  +   <!-- THE NNTP PROTOCOL IS EXPERIMENTAL AND NOT AS WELL TESTED AS SMTP AND POP3 
IN THIS RELEASE.
  +        The James project recommends that you check the James web site for updates 
to the NNTP
  +        service before enabling this protocol.  -->
         <!-- port 563 is the well-known/IANA registered port for NNTP over SSL/TLS -->
         <!-- port 119 is the well-known/IANA registered port for Standard NNTP -->
         <port>119</port>
  
  
  

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

Reply via email to