Re: [EXIM] Does 2.053 still handle message_size_limit?

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Anand Buddhdev
Data:  
Para: Sheldon Hearn, exim-users
Assunto: Re: [EXIM] Does 2.053 still handle message_size_limit?
On Tue, Nov 17, 1998 at 11:19:21AM +0200, Sheldon Hearn wrote:

> I have the following two lines in my exim 2.053 configure file:
>
> return_size_limit = 16K
> message_size_limit = 265K
>
> I believe 16K is enough for headers, an explanation of the error and
> enough crap to indicate that an attachment was involved.
>
> I'm finding that this _doesn't_ have the expected results. Exim is
> currently accepting messages of any size via SMTP (I'm sending a 6MB
> plaintext file as a test indicator).


I've just connected to axl.training.iafrica.com and your daemon returns:

220 axl.training.iafrica.com ESMTP Exim 2.053 #1 Tue, 17 Nov 1998 12:12:55
+0200
ehlo a
250-axl.training.iafrica.com Hello upagraha.iconnect.co.ke [209.198.248.2]
250-SIZE
250-PIPELINING
250 HELP
quit
221 axl.training.iafrica.com closing connection

Obviously, the daemon is ignoring the message size limit. Have you tried to
do exim -bP to print all the config variables to see if it has read the
value of message_size_limit correctly?

--
Anand

"About the time we think we can make ends meet, somebody moves the
ends."
        -- Herbert Hoover


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