Re: [EXIM] Max message size.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Georg v.Zezschwitz
Fecha:  
A: Philip Hazel
Cc: Daniel Ryde, Exim Users
Asunto: Re: [EXIM] Max message size.
On Tue, Mar 31, 1998 at 10:42:38AM +0100, Philip Hazel wrote:
> That is, in some sense, impossible, because in the SMTP dialogue (when
> ESMTP is in use) the maximum size has to be told to the remote end
> before the recipients are received. It doesn't seem right to implement
> something which changes its mind. Besides, a message can be sent to many
> recipients in different domains.


I don't understand why this should be impossible.

If the dialogue would walk like this:

C: MAIL FROM: <bigbinary@???> SIZE=10000000
S: 250 Ok
C: RCPT TO: <frank@???>
S: 250 Ok
C: RCPT TO: <dan@???>
S: 550 This recipient does not want mails crossing 2 MB in size
C: DATA
...
.

The sender would be notified which recipients did not want to
receive the big mail. If all recipients would reject the message,
the message would not be actually transmitted.


Georg

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