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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]