The following message was sent by "Danny Angus" <[EMAIL PROTECTED]> on Wed, 6 Aug 2003 
20:13:50 +0100.

> Yes it can, it can mean that the mail no-longer exists by the time it
> reaches the mailet.

But it reaches its recipient (if the ToRepository thing is not enabled otherwise it 
does not of course :)...

> I'd need to see your config file, but to be honest with you as no-one else
> has ever had a problem doing this I really do suspect that it is something
> not configured correctly.

      <!-- remote delivery -->
      <processor name="transport">

         <mailet match="RecipientIsLocal" class="LocalDelivery"/>

         <mailet match="HostIsLocal" class="ToProcessor">
            <processor>error</processor>
         </mailet>

<mailet match="All" class="ToRepository">
         <repositoryPath> db://maildb/archive </repositoryPath>
         <passThrough>true</passThrough>
</mailet>

         <mailet match="All" class="RemoteDelivery">
            <outgoing> db://maildb/spool/outgoing </outgoing>
            <delayTime> 21600000 </delayTime>
            <maxRetries> 5 </maxRetries>
            <deliveryThreads> 1 </deliveryThreads>
            <gateway>smtp.isp.com</gateway>
            <gatewayPort>25</gatewayPort>
         </mailet>

      </processor>

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

Reply via email to