On 2010-07-23 02:44, Sahil Tandon wrote:
> On Thu, 2010-07-22 at 13:08:32 +0200, Stanisław Findeisen wrote:
> 
>> Jul 21 12:11:26 smtpd[31280]: connect from 
>> mail-ww0-f46.google.com[74.125.82.46]
>> Jul 21 12:11:26 smtpd[31280]: 2E..36: 
>> client=mail-ww0-f46.google.com[74.125.82.46]
>> Jul 21 12:11:26 cleanup[31284]: 2E..36: 
>> message-id=<aanlk.....@mail.gmail.com>
>> Jul 21 12:11:34 smtpd[31280]: warning: 2E..36: queue file size limit exceeded
>> Jul 21 12:11:39 smtpd[31280]: disconnect from 
>> mail-ww0-f46.google.com[74.125.82.46]
>>
>> Does google honor SMTP "SIZE" command?
> 
> It appears that google's SMTP client does not use the SIZE declaration
> as outlined in RFC 1870.  You can record the conversation between google
> and your server to verify this yourself; instead of:
> 
>  MAIL FROM:<foo....@gmail.com> SIZE=500000
> 
> you will see:
> 
>  MAIL FROM:<foo....@gmail.com>

So neither SIZE declaration from the client, nor taking into
consideration SIZE declaration from the server. Interesting.

(I haven't tested it, though.)

>> Why did Google make submission attempt? It was interrupted in the
>> middle, right?
> 
> Because google is trying to deliver mail. :)  After receiving the
> message, Postfix measures it to exceed $message_size_limit and rejects
> it.

Oh really? If I send a 1000000 GB message to Postfix, Postfix will try
to receive it and *then* measure??! :-O

STF

http://eisenbits.homelinux.net/~stf/
OpenPGP: DFD9 0146 3794 9CF6 17EA  D63F DBF5 8AA8 3B31 FE8A

Reply via email to