> I'm only asking THIS question because I updated james to the 2-1-pop3file
version:

To be specific, you are using:

  <processor name="catchall">
     <mailet match="All" class="ToRepository">
        <repositoryPath> file://var/mail/inboxes/jnorment </repositoryPath>
     </mailet>
  </processor>

to put messages into that repository, and now when you come in via POP3 as
user jnorment, what happens?  Nothing?  The way you are using that, it
should be the equivalent of inserting:

     <mailet match="HostIsLocal" class="ToRepository">
        <repositoryPath> file://var/mail/inboxes/jnorment </repositoryPath>
     </mailet>

into the normal transport processor.  Perhaps Serge can test this on his
end, too.

> Could this have anything to do with the changes implemented
> in the way the file persistence now works?
> ( It worked before, in the previous 2.1 rc )

Good question.  Yours is the first report from anyone using the fix, other
than Serge.

> This change is also noteworthy:

Is that a change from what you were doing, or just a change in the stock
config.xml?

        --- Noel


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

Reply via email to