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.


Reply via email to