Hi Guys,

I'm receiving the following exception when trying to use DSNBounce, i guess
it might not be available in our production version (2.1.3)

java.lang.ClassNotFoundException: Requested mailet not found: DSNBounce

Is there another option i could use to return error messages to their
senders which is 2.1.3 friendly?

Thanks

Michael



|---------+----------------------------->
|         |                             |
|         |  "Stefano Bagnara"          |
|         |  <[EMAIL PROTECTED]>          |
|         |  05/01/2006 14:26           |
|         |  Please respond to "James   |
|         |  Users List"                |
|         |                             |
|---------+----------------------------->
  
>-----------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                |
  |      To: "James Users List" <[email protected]>                  
                                                |
  |      cc:                                                                    
                                                |
  |      Subject:  Re: Getting James to respond to errors                       
                                                |
  
>-----------------------------------------------------------------------------------------------------------------------------|




[EMAIL PROTECTED] wrote:
> Hi Guys,
>
> I have a production issue where James puts messages which don't match any
> filters into the "/var/mail/errors" folder.

>             <processor name="error">
>                   <mailet match="All" class="ToRepository">
>                         <repositoryPath> file://var/mail/error/</
> repositoryPath>
>                         <passThrough> true </passThrough>
>                   </mailet>
>             </processor>

You should add a DSNBounce mailet or replace the ToRepository mailet
with the DSNBounce in the error processor.

Stefano

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






---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---------------------------------------------------------------------------



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

Reply via email to