You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by da...@apache.org on 2003/01/27 14:03:11 UTC

cvs commit: jakarta-james/proposals/imap2/conf james-config.xml

darrell     2003/01/27 05:03:10

  Modified:    proposals/imap2 build.xml
               proposals/imap2/conf james-config.xml
  Log:
  Imap2 Proposal:
  Build and config fixes to synch with main tree.
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-james/proposals/imap2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/proposals/imap2/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	8 Jan 2003 06:05:46 -0000	1.4
  +++ build.xml	27 Jan 2003 13:03:10 -0000	1.5
  @@ -28,8 +28,8 @@
       <property file="${user.home}/.ant.properties"/>
       <property name="name" value="james"/>
       <property name="Name" value="James"/>
  -    <property name="version" value="2.1a1-cvs"/>
  -    <property name="year" value="1999-2002"/>
  +    <property name="version" value="3.0a1-imap2"/>
  +    <property name="year" value="1999-2003"/>
       <!-- There should be no need to override default compiler but need to change
       javac task to run without this -->
       <property name="build.compiler" value="modern"/>
  @@ -406,7 +406,7 @@
                   <include name="*.jar"/>
               </lib>
               <lib dir="lib">
  -                <include name="dnsjava-1.2.3.jar"/>
  +                <include name="dnsjava-1.3.1.jar"/>
                   <include name="jakarta-oro-2.0.1.jar"/>
                   <include name="mm.mysql-2.0.14.jar"/>
                   <include name="mm.mysql.LICENCE"/>
  
  
  
  1.2       +18 -8     jakarta-james/proposals/imap2/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/proposals/imap2/conf/james-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- james-config.xml	22 Nov 2002 02:09:50 -0000	1.1
  +++ james-config.xml	27 Jan 2003 13:03:10 -0000	1.2
  @@ -302,16 +302,23 @@
      <!-- Specifies DNS Server information for use by various components inside -->
      <!-- James. -->
      <!-- -->
  +   <!-- James will attempt to autodetect the DNS servers configured on your underlying system.-->
  +   <!-- Currently, this works if the OS has a unix-like /etc/resolv.conf,-->
  +   <!-- or the system is Windows based with ipconfig or winipcfg.-->
  +   <!-- -->
  +   <!-- If no DNS servers are found and you have not specified any below, 127.0.0.1 will be used-->
  +   <!-- -->
      <!-- Information includes a list of DNS Servers to be used by James.  These are -->
      <!-- specified by the server elements, each of which is a child element of the -->
      <!-- servers element.  Each server element is the IP address of a single DNS server. -->
      <!-- The servers element can have multiple server children. -->
      <dnsserver>
         <servers>
  -<!-- CONFIRM? -->
  -        <!--Enter ip address of your DNS server, one IP address per server -->
  -        <!-- element.  The default configuration assumes a DNS server on the localhost. -->
  -         <server>127.0.0.1</server>
  +         <!--Enter ip address of your DNS server, one IP address per server -->
  +         <!-- element. -->
  +         <!--
  +          <server>127.0.0.1</server>
  +         -->
         </servers>
         <authoritative>false</authoritative>
      </dnsserver>
  @@ -382,7 +389,7 @@
       <!-- but does not free as many resources as removing them would -->
      <pop3server enabled="true">
         <!-- port 995 is the well-known/IANA registered port for POP3S  ie over SSL/TLS -->
  -      <!-- port 100 is the well-known/IANA registered port for Standard POP3 -->
  +      <!-- port 110 is the well-known/IANA registered port for Standard POP3 -->
         <port>110</port>
   
         <!-- Uncomment this if you want to bind to a specific inetaddress -->
  @@ -452,6 +459,9 @@
       <!-- 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.  -->
         <!-- 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>
  @@ -706,7 +716,7 @@
      <!-- Defines file storage details that are used for file-based repositories. -->
      <objectstorage>
         <repositories>
  -         <repository class="org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Object_Repository">
  +         <repository class="org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository">
               <protocols>
                  <protocol>file</protocol>
               </protocols>
  @@ -720,7 +730,7 @@
               </models>
            </repository>
   
  -         <repository class="org.apache.avalon.cornerstone.blocks.masterstore.File_Persistent_Stream_Repository">
  +         <repository class="org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository">
               <protocols>
                  <protocol>file</protocol>
               </protocols>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>