Re: [EXIM] Max message size.

Top Page
Delete this message
Reply to this message
Author: Georg v.Zezschwitz
Date:  
To: Philip Hazel
CC: Daniel Ryde, Exim Users
Subject: 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/ ***