Re: [Exim] command in programquery returns 127

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Christian Vogel
Fecha:  
A: Dale Amon
Cc: exim-users
Asunto: Re: [Exim] command in programquery returns 127
Hi,

On Fri, Jul 02, 2004 at 04:17:29PM +0100, Dale Amon wrote:
> After a bit of code skimming, I find that this is
> the point in exim, in child.c, child_open_uid()
> where it happens:


you could add one line before the _exit() to get a clue
why it failed:

        log_write(0,LOG_MAIN,"child_open_uid(\"%s\") failed: %s",
                argv[0],strerror(errno));


maybe that would also be a good idea for the regular exim-distribution?
Or is this a stupid idea? (it is not tested by me).

        Chris


--
Christian Vogel -- chris@???