You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/05/01 22:31:37 UTC

cvs commit: avalon-sandbox/merlin/merlin-smp/src/repository/james block.xml config.xml

mcconnell    2003/05/01 13:31:36

  Modified:    merlin/merlin-smp/src/repository/james block.xml
  Removed:     merlin/merlin-smp/src/repository/james config.xml
  Log:
  Updated the james block defintion (simplify) in preparatio for a tutorial on james.
  
  Revision  Changes    Path
  1.6       +26 -5     avalon-sandbox/merlin/merlin-smp/src/repository/james/block.xml
  
  Index: block.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-smp/src/repository/james/block.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- block.xml	1 May 2003 10:45:23 -0000	1.5
  +++ block.xml	1 May 2003 20:31:36 -0000	1.6
  @@ -52,18 +52,37 @@
   
        <component name="james" class="org.apache.james.James" 
              activation="true">
  -       <!-- see config.xml for configuration -->
  +       <configuration>
  +         <postmaster>postmaster@localhost</postmaster>
  +         <servernames autodetect="true" autodetectIP="true"/>
  +        <usernames ignoreCase="true" enableAliases="true" enableForwarding="true"/>
  +        <inboxRepository>
  +          <repository destinationURL="file://var/mail/inboxes/" type="MAIL"/>
  +        </inboxRepository>
  +      </configuration>
        </component>
   
        <component name="dns" class="org.apache.james.dnsserver.DNSServer" 
              activation="true">
  -       <!-- see config.xml for configuration -->
  +       <configuration>
  +         <autodiscover>true</autodiscover>
  +         <authoritative>false</authoritative>
  +       </configuration>
        </component>
   
        <component name="remote" 
             class="org.apache.james.remotemanager.RemoteManager" 
             activation="true">
  -        <!-- see config.xml for port and handler configuration -->
  +       <configuration>
  +         <port>4555</port>
  +         <handler>
  +           <helloName autodetect="TRUE"/>
  +           <administrator_accounts>
  +             <account login="root" password="root"/>
  +           </administrator_accounts>
  +           <connectiontimeout> 60000 </connectiontimeout>
  +         </handler>
  +       </configuration>
        </component>
   
        <component name="pop3" 
  @@ -248,10 +267,12 @@
             activation="true">
          <configuration>
            <server-sockets>
  -           <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory"/>
  +           <factory name="plain" 
  +             class="org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory"/>
            </server-sockets>
            <client-sockets>
  -           <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketFactory"/>
  +           <factory name="plain" 
  +             class="org.apache.avalon.cornerstone.blocks.sockets.DefaultSocketFactory"/>
            </client-sockets>
          </configuration>
        </component>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org