Re: [EXIM] Hitting hard...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Daniel Ryde
Cc: Exim Users
Asunto: Re: [EXIM] Hitting hard...
On Wed, 11 Feb 1998, Daniel Ryde wrote:

> Ok, this seems to solve the problem.
> Just to make sure. Like this:
>
> src/exim.c:
> -------- cut --------
>     deliver in the background. A fork failure is not a disaster, as the      
>     delivery will eventually happen on a subsequent queue run. */

>
>     if (!synchronous_delivery) signal(SIGCHLD, SIG_IGN);
>     if (security_level <= 1 || original_euid != root_uid)
> -------- cut --------


Yes. In fact, I have just tested it myself further up the code, before
the start of the loop (to save obeying it for each message, though that
is not a huge saving :-). It will be there in the next release.

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***