Kenny,

The current Listserv code is in desperate need of attention.  I don't
recommend that you use JDBCListserv until it all gets cleared up.  Here is
how you create a mailing list:

  <mailet match="CommandForListserv=myList@myDomain"
          class="AvalonListservManager">
    <repositoryName>myList</repositoryName>
  </mailet>

  <mailet match="RecipientIs=myList@myDomain" class="AvalonListserv">
    <repositoryName>myList</repositoryName>
    ... list options ...
  </mailet>

  <repository name="myList"

class="org.apache.james.userrepository.ListUsersJdbcRepository"
              destinationURL="db://maildb/lists/myList">
     <sqlFile>file://conf/sqlResources.xml</sqlFile>
  </repository>

The first two go into the processor chain, the last one goes into the
<users-store> block.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:james-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-user-help@;jakarta.apache.org>

Reply via email to