Re: [exim] Pipelining QUIT after data

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Pipelining QUIT after data
On 06/03/2021 22:36, Viktor Dukhovni via Exim-users wrote:
> Postfix does not bother with client-side BDAT, because SIZE=...
> is sent as part of MAIL, and so the main reason for sending chunks
> (avoiding large transmission of content which the remote server will
> not accept) is rarely applicable.


Exim does, because
- it enables simpler parsing of the input bulk data by the server
- it enables client use of sendfile()
--
Cheers,
Jeremy