Re: [exim] How would I do this? (reading file owner)

Etusivu
Poista viesti
Vastaa
Lähettäjä: Marc Perkel
Päiväys:  
Vastaanottaja: David Woodhouse
Kopio: exim users
Aihe: Re: [exim] How would I do this? (reading file owner)


David Woodhouse wrote:
> On Wed, 2006-10-18 at 19:45 -0700, Marc Perkel wrote:
>
>> I need to set the user in the transport. What I need to set it to is to
>> match the user to the owner file that I'm writing to. Is there a command
>> I can run in the transport that will read the owner of the file and
>> write to the file being the same owner?
>>
>
> user = ${extract{uid}{${stat:FILE}}}
>


Dude - you rule! That's exactly what I needed.