You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by "J. Norment" <jn...@soulinstinct.com> on 2002/12/26 23:04:47 UTC

mail

Running XP, Java 1.4.1-rc, James 2.1a1-cvs:

I want every email received for any domains listed in servernames to go to the same mailbox.
I've set this up:

      <!-- The 'catchall' process attempts to catch all emails into a central account -->
      <!-- central account is hardcoded ("ToRepository" accesses files directly) -->
      <processor name="catchall">
         <!-- Logs any messages to the repository specified -->
         <mailet match="All" class="ToRepository">
            <repositoryPath> file://var/mail/inboxes/jnorment/</repositoryPath>
            <passThrough> true </passThrough>
         </mailet>
      </processor>


      <!-- The error processor is required.  James may internally set emails to the -->


It appeared to work fine.  However, on closer examination, I'm getting this warning:

24/12/02 08:17:41 WARN  spoolmanager.catchall: Message Mail1040739461092-183 reached the end of this processor, and is automatically deleted.  This may indicate a configuration error.

Is this a configuration error, or is all well?

Thanks!

J.


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


RE: mail

Posted by "J. Norment" <jn...@soulinstinct.com>.
Thanks!

On Thu, 26 Dec 2002 23:57:28 -0500, Noel J. Bergman wrote:
>> Remove the indicated line.
>> If you want it stored in the repository, and don't intend to do
>>anything further with it, you do NOT want passThrough enabled.


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


RE: mail

Posted by "Noel J. Bergman" <no...@devtech.com>.
>       <processor name="catchall">
>         <!-- Logs any messages to the repository specified -->
>         <mailet match="All" class="ToRepository">
>            <repositoryPath>
file://var/mail/inboxes/jnorment/</repositoryPath>
>  ===>      <passThrough> true </passThrough>
>         </mailet>
>      </processor>

> 24/12/02 08:17:41 WARN  spoolmanager.catchall:
> Message Mail1040739461092-183 reached the end of this processor,
> and is automatically deleted.  This may indicate a configuration error.

Remove the indicated line.  If you want it stored in the repository, and
don't intend to do anything further with it, you do NOT want passThrough
enabled.

	--- Noel


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