Re: [Exim] Bypass disk queue

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Avleen Vig
Fecha:  
A: Jerry Jorgenson
Cc: exim-users
Asunto: Re: [Exim] Bypass disk queue
On Mon, Sep 22, 2003 at 12:44:49PM -0500, Jerry Jorgenson wrote:
>
> Does anyone know of a way to make Exim bypass spooling and deliver to the
> receipient MTA (in a gateway MTA situation). Preferrably based on
> messages size or MTA load? I've already thought of using a RAM disk
> approach, but is there any other way?


I believe the RFCs *require* saving to disk before you let the sender
know the message was received successfully, in order to better ensure
delivery guarantees.

I know sendmail has a 'super safe' option, which if you turn it off, it
won't spool to disk, but I don't know if exim has this.