Date: 2004-04-29T09:08:37
   Editor: ChristianGeisert <[EMAIL PROTECTED]>
   Wiki: Apache James Wiki
   Page: JamesQuickstart
   URL: http://wiki.apache.org/james/JamesQuickstart

   Fixed xml display (hopefully all on this page ;-)

Change Log:

------------------------------------------------------------------------------
@@ -29,16 +29,16 @@
  1. Check the DNS configuration of the domain you want James to handle using 
http://www.dnsreport.com.  If you want to handle email for {{{foobar.com}}},  
put that domain name in the DNS Report field.  On the report, you will want to 
check the MX record section to make sure the MX records point to the IP address 
you determined in the previous step, and that everything else about your 
domain's MX passes.
  1. Edit {{{apps/james/SAR-INF/config.xml}}}.  Look over a section called 
<servernames> and put the domain you want to accept messages for within 
<servername> elements, e.g.,{{{ 
 <servernames>
-{{{  <servername> foobar.com </servername> }}}
+  <servername> foobar.com </servername>
 </servernames>
  }}}  Be sure you do not edit the instructional part of the conf file.
  1. Continue editing {{{apps/james/SAR-INF/config.xml}}} and look for a 
section called <dnsserver>.  Put the DNS servers (''from step #5'' above) 
there, e.g.,:{{{ 
 <dnsserver>
-{{{  <servers> }}}
-{{{    <server> 10.0.0.15 </server> }}}
-{{{    <server> 10.0.0.22 </server> }}}
-{{{  </servers> }}}
-{{{  <authoritative> false </authoritative> }}}
+  <servers>
+    <server> 10.0.0.15 </server>
+    <server> 10.0.0.22 </server>
+  </servers>
+  <authoritative> false </authoritative>
 </dnsserver>
  }}}
  1. Start James again using {{{bin/run.sh}}} or {{{bin\run.bat}}}

Reply via email to