Re: [EXIM] SIZE on MAIL FROM smtp interaction

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Georg v.Zezschwitz
Fecha:  
A: Nigel Metheringham
Cc: Paul Mansfield, exim-users
Asunto: Re: [EXIM] SIZE on MAIL FROM smtp interaction
On Wed, Mar 11, 1998 at 02:22:50PM +0000, Nigel Metheringham wrote:
>
> paulm@??? said:
> } how can we make Exim understand RFC1870?
> } we are currently getting errors with some customers failing to connect
> } to us... here's a snippet
>
> } MAIL FROM: <test@???> SIZE=5000 501 <test@???>
> } SIZE=5000: extraneous characters at end of address
>
> However the other end is completely broken (its not another CC:Mail system
> is it - I am seriously considering modifying our exim's to explicitly send
> HELO in 2 packets just to upset them!!!).
>


Hello,

though Nigel is totally right (If Exim does not announce SIZE when
you tell EHLO to it, you don't have to use the SIZE-feature),
you might help your poor customers.

If your are running 1.83, set message_size_limit to a very high limit,
and Exim will announce and process the SIZE feature.
It won't make use of it as a client.

Or become a beta tester of Exim 1.890, Exim 1.890 will announce
SIZE even if no limit is set (as it will check if the spool
space for the message is avaiable and reply with an 4xx-code
otherwise). It will as well make use of the SIZE-feature as
a client, and in a RFC-compliant way.

Greetings,

Georg


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