You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by da...@apache.org on 2002/02/27 16:58:01 UTC

cvs commit: jakarta-james/src/xdocs FAQ.xml

danny       02/02/27 07:58:01

  Modified:    www      FAQ.html
               src/xdocs FAQ.xml
  Log:
  wrapped some of the <source> to keep it on the page
  
  Revision  Changes    Path
  1.2       +7 -3      jakarta-james/www/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /home/cvs/jakarta-james/www/FAQ.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ.html	27 Feb 2002 15:52:10 -0000	1.1
  +++ FAQ.html	27 Feb 2002 15:58:01 -0000	1.2
  @@ -183,7 +183,8 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -&lt;mailet match=&quot;CommandForListserv=james@localhost&quot; class=&quot;AvalonListservManager&quot;&gt;
  +&lt;mailet match=&quot;CommandForListserv=james@localhost&quot; 
  +		class=&quot;AvalonListservManager&quot;&gt;
   	&lt;repositoryName&gt;list-james&lt;/repositoryName&gt;
   &lt;/mailet&gt;
   </pre></td>
  @@ -242,7 +243,9 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -&lt;repository name=&quot;list-james&quot; class=&quot;org.apache.james.userrepository.ListUsersJdbcRepository&quot; destinationURL=&quot;db://maildb/lists/list-james&quot;&gt;
  +&lt;repository name=&quot;list-james&quot; 
  +		class=&quot;org.apache.james.userrepository.ListUsersJdbcRepository&quot; 
  +		destinationURL=&quot;db://maildb/lists/list-james&quot;&gt;
   	&lt;sqlFile&gt;file://conf/sqlResources.xml&lt;/sqlFile&gt;
   &lt;/repository&gt;
   </pre></td>
  @@ -267,7 +270,8 @@
       <tr>
         <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
         <td bgcolor="#ffffff"><pre>
  -&lt;repository name=&quot;list-james&quot; class=&quot;org.apache.james.userrepository.UsersFileRepository&quot;&gt;
  +&lt;repository name=&quot;list-james&quot; 
  +		class=&quot;org.apache.james.userrepository.UsersFileRepository&quot;&gt;
       &lt;destination URL=&quot;file://var/lists/list-james/&quot;/&gt;
   &lt;/repository&gt;
   </pre></td>
  
  
  
  1.2       +7 -3      jakarta-james/src/xdocs/FAQ.xml
  
  Index: FAQ.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/FAQ.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FAQ.xml	27 Feb 2002 15:46:39 -0000	1.1
  +++ FAQ.xml	27 Feb 2002 15:58:01 -0000	1.2
  @@ -29,7 +29,8 @@
     <p>James currently (v2.0a2) includes only the most basic list functionality, users can subscribe and unsubscribe, but there is no moderation of messages or subscriptions</p>
     <p>To enable a list you need the following in config.xml in the root processor block and above the final mailet block -</p>
   <source>
  -&lt;mailet match="CommandForListserv=james@localhost" class="AvalonListservManager">
  +&lt;mailet match="CommandForListserv=james@localhost" 
  +		class="AvalonListservManager">
   	&lt;repositoryName>list-james&lt;/repositoryName>
   &lt;/mailet>
   </source>
  @@ -53,14 +54,17 @@
     
     <p>in addition to the above you need to have a repository configured in the users-store block(usually near the bottom of config.xml) like so (database)-</p>
   <source>
  -&lt;repository name="list-james" class="org.apache.james.userrepository.ListUsersJdbcRepository" destinationURL="db://maildb/lists/list-james">
  +&lt;repository name="list-james" 
  +		class="org.apache.james.userrepository.ListUsersJdbcRepository" 
  +		destinationURL="db://maildb/lists/list-james">
   	&lt;sqlFile>file://conf/sqlResources.xml&lt;/sqlFile>
   &lt;/repository>
   </source>
     <p>Database users will also need to ensure that they have configured a data-source named to match the destination URL</p>
     <p>or (filesystem)-</p>
   <source>
  -&lt;repository name="list-james" class="org.apache.james.userrepository.UsersFileRepository">
  +&lt;repository name="list-james" 
  +		class="org.apache.james.userrepository.UsersFileRepository">
       &lt;destination URL="file://var/lists/list-james/"/>
   &lt;/repository>
   </source>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>