Lähettäjä: Peter Bowyer Päiväys: Vastaanottaja: exim-users Aihe: Re: [exim] Separate Script
Gustav Ambrosch <gustav@???> wrote: > Hi,
>
> I need DB-Acces from within a transport or director.
>
> Using transport_filter just works for processing the message itself.
> For other processing (e.x. accessing the file system) this transport
> fails.
>
> How can I do the following:
> 1. Message arrives
> 2. Call a Scipt which performs DB updates
> 3. Deliver the message localy.
Why specifically do you believe that a script called from transport_filter
can't perform db updates? What DB mechanism are you referring to?