Re: [Exim] local_scan

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Adrian Bool e, Exim-users
Asunto: Re: [Exim] local_scan
Adrian Bool wrote:

> Can't ignore signal CHLD, forcing to default.


I think this message comes from your system, and somehow get's connected
to the socket (STDERR?).

> 250 OK id=18vKuB-0008GH-2s
>
> Does anyone know why I am getting the CHLD error, and how I may correct
> it?
>
> I can but presume that is due to me using popen() to start razor. Not
> sure why this is a bad thing though... Source for local_scan attached for
> your amusement...


It's the best to use child_open and child_close, they will setup
everything so exim can handle the childs nicely.

Nico