Index: james-config.xml
===================================================================
RCS file: /home/cvspublic/jakarta-james/src/conf/james-config.xml,v
retrieving revision 1.26
diff -u -r1.26 james-config.xml
--- james-config.xml	3 Jun 2002 14:59:06 -0000	1.26
+++ james-config.xml	3 Jun 2002 15:52:45 -0000
@@ -250,14 +250,18 @@
       </handler>
    </pop3server>
 
-   <smtpserver>
+   
+   <smtpserver enable="true">
+
       <port>25</port>
 
       <!--  uncomment this if you want to bind to a specific  inetaddress -->
       <!--<bind> </bind>-->
       <!--  uncomment this if you want to use TLS (SSL)  on this port -->
       <!--<useTLS>true</useTLS>-->
-
+      <!--  uncomment this if you want to configure for server its own thread group -->      
+      <!--<thread-group>server-threads</thread-group> -->       
+      <socket-timeout>900</socket-timeout>      
       <handler>
          <!--helloName is the single host name this instance of James will
              use to identify itself  for example, in SMTP and POP3 greetings. If

