Hi,

I have a test RH7.3 server setup with a real domain. I have James sending
and receiving emails to single users in the system; and users outside the
system can send and receive mail to/from the James' users.

But, I can't seem to make the (file based) listserv work. I have tried a
bunch of different variations on configuring it.

Can someone tell me where I am going wrong? I have tried different list
names like 'test' or 'btest'. Here are the relevant parts of the config for
the listserv.

First, the root processor (also tried it in the transport processor):

<processor name="root">
...
  <mailet 
    match="[EMAIL PROTECTED]" 
    class="org.apache.james.transport.mailets.AvalonListservManager">
   <repositoryName>list-test</repositoryName>
  </mailet>
  
  <mailet 
    match="[EMAIL PROTECTED]" 
    class="org.apache.james.transport.mailets.AvalonListserv">
   <repositoryName>list-test</repositoryName>
   <membersonly>true</membersonly>
   <attachmentsallowed>false</attachmentsallowed>
   <replytolist>true</replytolist>
  </mailet>
...
</processor>


Next, the users-store:

<users-store>
...
  <repository 
    name="list-test" 
    class="org.apache.james.userrepository.UsersFileRepository">
    <destination URL="file://var/users/list-test/"/>
  </repository>
...
</users-store>

James starts when configured as above. The list-test directory gets created
in my users directory.

When I try to use simply the name or 'list-test' (without @mydomain.com) in
the 'match=' James does not start (when running 'phoenix.sh start' it says
it does and gives me the PID (which does not exist when looking at ps aux
output) and I can stop it).

So using the above config, I send an email either from a non-James user
and/or from a James user to [EMAIL PROTECTED] Then I send a message
to the [EMAIL PROTECTED] from either user, and nothing happens.
Note: these two users can send/receive to/from each other through James' non
listserv addresses.

I am not seeing anything that suggests errors (What log(s) should I be
looking at?) in the logs so I assume it is being dumped as spam? How can I
see what goes into spam? How can I get the list to work?

Are there any hidden doc efforts or other documentation (for James in
general)? I have seen the site, Wiki, the two articles on IBM, the FAQ and
somebody's beginner tutorial. I have also waded through the archives.

Thanks for any help,
-Rob



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

Reply via email to