danny       02/05/30 04:26:19

  Modified:    www      FAQ.html index.html
  Log:
  release 2.0a3
  
  Revision  Changes    Path
  1.9       +53 -53    jakarta-james/www/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/FAQ.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FAQ.html  30 May 2002 11:21:43 -0000      1.8
  +++ FAQ.html  30 May 2002 11:26:19 -0000      1.9
  @@ -145,42 +145,42 @@
         <tr><td>
           <blockquote>
                                       <p>
  -                             <ul>
  -                                     <li>
  -                                             <a href="#1">Would you please teach me 
how to set up a mailing list</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#2">Is James an Open Relay 
for Spam?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#3">I can send messages to 
James, but nobody is receiving them.  What do I do?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#4">I can send people 
messages via James, but nobody can send me messages.  What do I do?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#5">I'm trying to debug 
messages that James is trying to deliver.  Where should I look?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#6">What about IMAP 
support?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#7">What about support 
virtual hosting?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#8">Where do I stick classes 
and jars?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#9">How do I upgrade to a 
newer version of James?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#10">How do I run James as an 
NT/2k/XP service?</a>
  -                                     </li>
  -                                     <li>
  -                                             <a href="#11">Why isn't my mailet 
making changes to a MimeMessage?</a>
  -                                     </li>
  -                             </ul>
  -                     </p>
  +            <ul>
  +               <li>
  +                  <a href="#1">Would you please teach me how to set up a mailing 
list</a>
  +               </li>
  +               <li>
  +                  <a href="#2">Is James an Open Relay for Spam?</a>
  +               </li>
  +               <li>
  +                  <a href="#3">I can send messages to James, but nobody is 
receiving them.  What do I do?</a>
  +               </li>
  +               <li>
  +                  <a href="#4">I can send people messages via James, but nobody can 
send me messages.  What do I do?</a>
  +               </li>
  +               <li>
  +                  <a href="#5">I'm trying to debug messages that James is trying to 
deliver.  Where should I look?</a>
  +               </li>
  +               <li>
  +                  <a href="#6">What about IMAP support?</a>
  +               </li>
  +               <li>
  +                  <a href="#7">What about support virtual hosting?</a>
  +               </li>
  +               <li>
  +                  <a href="#8">Where do I stick classes and jars?</a>
  +               </li>
  +               <li>
  +                  <a href="#9">How do I upgrade to a newer version of James?</a>
  +               </li>
  +               <li>
  +                  <a href="#10">How do I run James as an NT/2k/XP service?</a>
  +               </li>
  +               <li>
  +                  <a href="#11">Why isn't my mailet making changes to a 
MimeMessage?</a>
  +               </li>
  +            </ul>
  +         </p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -231,10 +231,10 @@
       </div>
                                                   <p>that will intercept the command 
emails sent to
   <ul>
  -                                             <li>james-on@localhost to subscribe 
the sender</li>
  -                                             <li>james-off@localhost to unsubscribe 
the sender</li>
  -                                     </ul>
  -                             </p>
  +                  <li>james-on@localhost to subscribe the sender</li>
  +                  <li>james-off@localhost to unsubscribe the sender</li>
  +               </ul>
  +            </p>
                                                   <p>and-</p>
                                                       <div align="left">
       <table cellspacing="4" cellpadding="0" border="0">
  @@ -365,9 +365,9 @@
           <blockquote>
                                       <p>You need to do one of two things:
     <ol>
  -                                             <li>Update your domain's DNS entries 
so there are MX records that point to the machine that is running James.  Note that it 
is illegal for MX records to point to IP addresses.  You need to point MX records to a 
valid CNAME or A name entry, and then map that eventually to an IP address.</li>
  -                                             <li>You could alternatively give 
people an email address with IP addresses.  Most people will think it's a very strange 
email address, but hello@[192.168.0.1] is a valid email address.  Note that you need 
to wrap the IP address in brackets.</li>
  -                                     </ol>
  +                  <li>Update your domain's DNS entries so there are MX records that 
point to the machine that is running James.  Note that it is illegal for MX records to 
point to IP addresses.  You need to point MX records to a valid CNAME or A name entry, 
and then map that eventually to an IP address.</li>
  +                  <li>You could alternatively give people an email address with IP 
addresses.  Most people will think it's a very strange email address, but 
hello@[192.168.0.1] is a valid email address.  Note that you need to wrap the IP 
address in brackets.</li>
  +               </ol>
     Serge Knystautas</p>
                               </blockquote>
         </td></tr>
  @@ -431,9 +431,9 @@
           <blockquote>
                                       <p>We are largely reliant on what Avalon is 
doing in terms of classloading, but here are a few tips and suggestions:
     <ul>
  -                                             <li>Stick jars in the james/lib 
directory and add them to the classpath in run.bat or run.sh.</li>
  -                                             <li>Custom mailets and matchers must 
be included in the james.bar (which is just a zip like a jar or war file).</li>
  -                                     </ul>
  +                  <li>Stick jars in the james/lib directory and add them to the 
classpath in run.bat or run.sh.</li>
  +                  <li>Custom mailets and matchers must be included in the james.bar 
(which is just a zip like a jar or war file).</li>
  +               </ul>
     Eventually we hope to support mailet reloading and a special lib and classes 
directory within the james directory that custom mailets can load from, but for now 
these are hopefully some useful tips.
     <br />Serge Knystautas</p>
                               </blockquote>
  @@ -450,13 +450,13 @@
         <tr><td>
           <blockquote>
                                       <p>
  -                                     <ol>
  -                                             <li>Rename the previous james 
directory into a james.old</li>
  -                                             <li>Run phoenix to let the new 
james.sar be deployed.</li>
  -                                             <li>Copy config.xml from james.old to 
the new deployed james/conf directory</li>
  -                                             <li>Replace the var directory by the 
previous var directory.  This will copy over user accounts, inboxes, spools, and 
whatever else.</li>
  -                                             <li>Restart James.</li>
  -                                     </ol>
  +               <ol>
  +                  <li>Rename the previous james directory into a james.old</li>
  +                  <li>Run phoenix to let the new james.sar be deployed.</li>
  +                  <li>Copy config.xml from james.old to the new deployed james/conf 
directory</li>
  +                  <li>Replace the var directory by the previous var directory.  
This will copy over user accounts, inboxes, spools, and whatever else.</li>
  +                  <li>Restart James.</li>
  +               </ol>
     Daniel Herlemont
     </p>
                               </blockquote>
  
  
  
  1.10      +6 -4      jakarta-james/www/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html        30 May 2002 11:21:44 -0000      1.9
  +++ index.html        30 May 2002 11:26:19 -0000      1.10
  @@ -144,10 +144,12 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p><b>We've added an FAQ page.</b><br />There 
are only half a dozen FAQ's so far, but its a <a href="FAQ.html">beginning</a>.</p>
  -                                                <p><b>Version 2.0a3 is now 
available.</b></p>
  -                                                <p>This new version contains a 
number of important bugfixes and performance improvements over v2.0a1 and v2.0a2</p>
  -                                                <p><a 
href="http://jakarta.apache.org/builds/jakarta-james/latest/";>Binary &amp; Source 
release of 2.0a3</a></p>
  +                                    <p><b>Just released: v2.0a3</b><br />This 
version displays improved stability and a number of bug fixes over v2.0a2 and is the 
recommended stable version
  +<br />
  +<a href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3";>Binary and 
Source distributions of v2.0a3</a></p>
  +                                                <p><b>Get your hands on the latest 
versions..</b><br />We have started putting significant milestones, and potential 
release candidates in the <a 
href="http://jakarta.apache.org/builds/jakarta-james/latest";>download area.</a><br 
/>Whilst the quality of these versions cannot be guaranteed they may contain important 
bug fixes and cool new features. <br />They also provide an opportunity for interested 
users to test our latest changes, we're *always* happy to receive bug reports.</p>
  +                                                <hr />
  +                                                <p><b>We've added an FAQ 
page.</b><br />There are only half a dozen FAQ's so far, but its a <a 
href="FAQ.html">beginning</a>.</p>
                               </blockquote>
         </td></tr>
         <tr><td><br/></td></tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to