Re: [exim] Deny vs. Drop

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Stanislaw Halik
Fecha:  
A: exim-users
Asunto: Re: [exim] Deny vs. Drop
On Fri, May 05, 2006, Marc Perkel wrote:
> So - if I'm denying a connection then why shouldn't I just drop the
> connection? Dropping the connection will reduce the number of open
> connections and not count on the sender to close the connection.


> What am I missing?


When dropping during RCPT, there might be an another recipient given.

With `drop', this is impossible.

-- sh