noel 2002/12/29 13:39:46
Modified: src/conf Tag: v2-1-pop3file james-config.xml
Log:
Disabled NNTP Server, and added experimental status comment.
Revision Changes Path
No revision
No revision
1.38.2.2 +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.38.2.1
retrieving revision 1.38.2.2
diff -u -r1.38.2.1 -r1.38.2.2
--- james-config.xml 26 Dec 2002 05:16:00 -0000 1.38.2.1
+++ james-config.xml 29 Dec 2002 21:39:45 -0000 1.38.2.2
@@ -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">
+ <!-- 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. -->
+ <nntpserver enabled="false">
<!-- 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]>