Timo,

Tables can contain more than one repository you need to specify a repostiory
name eg..
<repositoryPath> db://maildb/archive/localarchive</repositoryPath>

not only the table name like
<repositoryPath> db://maildb/archive </repositoryPath>

If this works for you I think you should realise that providing plenty of
information at the start would have made this a *lot* simpler to diagnose.

d.


> -----Original Message-----
> From: Timo Nentwig [mailto:[EMAIL PROTECTED]
> Sent: 10 August 2003 14:41
> To: James Users List
> Subject: RE: Write sent mail to db
>
>
> 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]
>


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

Reply via email to