Re: [Exim] transport - pipe problem, not passing ARGV's

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Darren Casey \(Personal\)
Fecha:  
A: Andreas J Mueller
Cc: exim-users
Asunto: Re: [Exim] transport - pipe problem, not passing ARGV's
Hi
> > I have the following transport
> > program:
> > driver = pipe
> > user = admin
> > group = users
> > command = /home/admin/t ${lookup mysql {MYSQL_SPOOL}{$value}}
>
> You have to write
>
> command = /home/admin/t "${lookup mysql {MYSQL_SPOOL}{$value}}"
>
> because string expansion is done individually for space separated
> arguments.


Nope done that and it still fails. Thats the bit thats driving me nuts. I
have spent ages trying to get this to work

Everything works apart from passing the ARG's

Thanks

Darren