Dear Wiki user,

You have subscribed to a wiki page or wiki category on "James Wiki" for change 
notification.

The "JamesQuickstart" page has been changed by AlecTheGeek:
http://wiki.apache.org/james/JamesQuickstart?action=diff&rev1=22&rev2=23

Comment:
Reformat for code fragment

  Fetch POP Disabled }}} On Unix platforms, {{{bin/run.sh}}} runs James in the 
console.  To stop it, hit Ctrl-C.  Alternatively you can use 
{{{bin/phoenix.sh}}}, which gives you sysinit functions such as start, stop, 
restart, and check.
   1. Kill the process (either do kill or ctrl-c or whatever you want).  
Starting James once was necessary to extract its directory structure and expose 
the configuration files to edit.
   1. Determine the DNS server to use.  On Windows, type {{{ipconfig /all}}} 
and look for the DNS servers.  On Unix, look at {{{/etc/resolv.conf}}}.  ''You 
will need this information in step #9.''
-  1. Determine your local IP address for reference.  On Windows, run 
<code>ipconfig</code> to see your IP Address.  On Unix, run 
{{{/sbin/ifconfig}}} and look for your inet addr.
+  1. Determine your local IP address for reference.  On Windows, run 
{{{ipconfig}}} to see your IP Address.  On Unix, run {{{/sbin/ifconfig}}} and 
look for your inet addr.
   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>

Reply via email to