Hello,
it is possible to use two different configured RemoteDelivery-Mailets? I
need for standard e-mails and another for important mails. I try it by
follow configurations.
<processor name="transport">
<mailet match="All" class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
<delayTime> 1 minutes </delayTime>
<delayTime> 5 minutes </delayTime>
<delayTime> 10 minutes </delayTime>
<delayTime> 45 minutes </delayTime>
<delayTime> 2 hours </delayTime>
<delayTime> 3 hours </delayTime>
<delayTime> 6 hours </delayTime>
<maxRetries>19</maxRetries>
<deliveryThreads> 10 </deliveryThreads>
<sendpartial>true</sendpartial>
<bounceProcessor>bounce</bounceProcessor>
<debug>true</debug>
</mailet>
</processor>
<processor name="transport-important">
<mailet match="All" class="RemoteDelivery">
<outgoing> file://var/mail/outgoing/ </outgoing>
<delayTime>1 minutes</delayTime>
<maxRetries>5</maxRetries>
<deliveryThreads> 10 </deliveryThreads>
<sendpartial>true</sendpartial>
<bounceProcessor>bounce</bounceProcessor>
<debug>true</debug>
</mailet>
</processor>
so, now I have 20 threads for remotedelivery and I think every thread try to
deliver every message. Is that correct? What can I do for the case, that
every mail is only deliver by is own Mailet from the config?
I try also to write a own RemoteDelivery-Mailet by inheritate from
RemoteDelivery and use this in the configuration, but there is the same
effect.
THX.
Norman
--
View this message in context:
http://www.nabble.com/use-two-different-RemoteDelivery-Mailets-tf4271697.html#a12158015
Sent from the James - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]