Norman Maurer wrote:
I also i have this in transport mailet:

<mailet match="All" class="RemoteDelivery">

<!-- alternative database repository example below -->
<outgoing> db://maildb/spool/outgoing </outgoing>

so it should work or not ?

If you expect to have bounce messages for the mails that remotedelivery is unable to send then you should add a <bounceProcessor> configuration to the RemoteDelivery:
<bounceProcessor>bounces</bounceProcessor>
and create a processor:
<processor name="bouces">
</processor>
where you put the Bounce mailet (better if you use the DSNBounce here instead of the Bounce).

If this does not help please provide more information of your configuration, what are you trying to do and what does not work (and possibly the logs you get) and status of your spools (look in the DB where your mails are).

Stefano

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

Reply via email to