You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@james.apache.org by sopmfn <ap...@renfe.es> on 2006/06/30 10:00:35 UTC

Sending error

We have a problem with James 2.2.

When we try to send a message to a list of receivers, and one of them
doesn't exists, James stop sendig to the rest of receivers.

Also, we can't get a error message in the PostMaster mail.

Securely it's a configuration problem, but we can't find it.

Here you have the sentences in the Config.xml file.

<processor name="local-address-error">
         <mailet match="All" class="Bounce">
         <attachment>none</attachment>
         </mailet>
         <mailet match="All" class="NotifyPostmaster"/>
         <mailet match="All" class="ToRepository">
         <repositoryPath> file://var/mail/address-error/</repositoryPath>
         </mailet>
</processor>

Some body can help us ?

Thanks in advance.
-- 
View this message in context: http://www.nabble.com/Sending-error-tf1871831.html#a5116312
Sent from the James - General forum at Nabble.com.


Re: Sending error

Posted by Danny Angus <da...@gmail.com>.
On 01/08/06, Danny Angus <da...@gmail.com> wrote:
> Hi,

I mean: hola! buenas dias Espania :-)

Re: Sending error

Posted by Danny Angus <da...@gmail.com>.
On 30/06/06, sopmfn <ap...@renfe.es> wrote:
>
> We have a problem with James 2.2.

Hi,

Your issue will get a better response if you post it to the
users@james list not to general@.
general@ is for general project discussions, not issues specific to
any of the sub-projects.

d.

Re: Sending error

Posted by Stefano Bagnara <ap...@bago.org>.
1) RemoteDelivery has a <sendpartial> option for that.

2) About the postmaster you should look in the apps/james/logs files to 
understand what happens in the local-address-error processor. Maybe you 
have problem with your postmaster address.
PS: Failure from the RemoteDelivery are not sent to local-address-error 
but directly bounced. You can add a <bounceProcessor> configuration and 
create a processor to handler RemoteDelivery bounces (see DSNBounce mailet)

Stefano

sopmfn wrote:
> We have a problem with James 2.2.
> 
> When we try to send a message to a list of receivers, and one of them
> doesn't exists, James stop sendig to the rest of receivers.
> 
> Also, we can't get a error message in the PostMaster mail.
> 
> Securely it's a configuration problem, but we can't find it.
> 
> Here you have the sentences in the Config.xml file.
> 
> <processor name="local-address-error">
>          <mailet match="All" class="Bounce">
>          <attachment>none</attachment>
>          </mailet>
>          <mailet match="All" class="NotifyPostmaster"/>
>          <mailet match="All" class="ToRepository">
>          <repositoryPath> file://var/mail/address-error/</repositoryPath>
>          </mailet>
> </processor>
> 
> Some body can help us ?
> 
> Thanks in advance.