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/01/29 18:56:42 UTC

cvs commit: avalon-sandbox/merlin/config james2.xml

mcconnell    2003/01/29 09:56:41

  Added:       merlin/config james2.xml
  Log:
  Blocks definition for running James HEAD in Merlin (reques's Steve non-committed changes to James)
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/merlin/config/james2.xml
  
  Index: james2.xml
  ===================================================================
  
  <kernel>
  
     <!-- 
     The kernel can contain the following declarations:
     1. a system descriptor
     2. a logging descriptor
     3. a logging catagories descriptor that establishes logging priority
        for the kernel messages
     4. an engine descriptor
     -->
  
     <system host="localhost"/>
  
     <logging target="default" priority="INFO">
        <category name="/sys/logger" priority="WARN"/>
        <target name="kernel">
          <file location="kernel.log" />
        </target>
     </logging>
  
     <categories>
        <category name="/sys" priority="INFO"/>
     </categories>
  
     <engine/>
  
     <blocks>
  
       <block name="james" src="src/test/config/james2.xml" enabled="true" >
         <configuration target="dns">
           <servers>
             <server>212.198.0.66</server>
             <server>212.198.0.67</server>
             <server>192.112.36.4</server>
           </servers>
           <authoritative>false</authoritative>
         </configuration>
         <configuration target="remote">
           <port>4555</port>
           <handler>
             <helloName autodetect="TRUE">myMailServer</helloName>
             <administrator_accounts>
               <account login="root" password="root"/>
             </administrator_accounts>
            <connectiontimeout> 60000 </connectiontimeout>
           </handler>
         </configuration>
       </block>
  
     </blocks>
  
  </kernel>
  
  
  

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