Re: [EXIM] Serializing local delivery to a procmail pipe

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Tabor J. Wells
Cc: exim-users
Asunto: Re: [EXIM] Serializing local delivery to a procmail pipe
On Fri, 18 Jun 1999, Tabor J. Wells wrote:

> I've got a server that sends out mailings to a list of several hundred
> thousand users every so often. They process bounces via procmail
> delivering them to a separate folder. The problem is that when they send
> out to the list, the volume of bounces is such that procmail thrashes on
> locking the folder because exim spawns a delivery process on each bounce
> message. So what I was wondering is if there is any way I can serialize
> the delivery for this address, or possibly the transport that is used.


I'm afraid not. If several messages arrive at once, it will run several
deliveries in parallel. You can, of course, do your own serialization by
making it run a script that locks something.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



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