|
While looking into why my outbound bandwidth was spiking every 15
minutes I found that there was a 40 MB message in the spool that was
responsible for this. It was being resent every 15 minutes and taking
up gobs of bandwidth. The server that it was sending to supports EHLO, in fact it is also my own server. Here's what the session states after an EHLO command: EHLO mail.mailpure.comMy understanding of ESMTP is that if the message is more than 20,971,520 bytes as indicated in the SIZE response, then it should not be sent. This message was more than 41,874,785 bytes and it was sent regardless. Not such a big deal on it's own, but IMail never figures out that the message is oversized even after sending it, and it therefore just requeues the message and tries sending it until your server's retry limit has been reached. I had also verified the same thing a few weeks ago with yet another server (running MS SMTP) where IMail would use EHLO but ignore the size limit and send regardless. Here's the IMail log snippet. 20050810 121146 127.0.0.1 SMTP (2725dc7000feb357) processing F:\\Q2725dc7000feb357.SMDSo what is going on here? Is IMail broken? This issue can cause major problems as MS SMTP (used by Exchange servers) has an issue where it will return a 552 error in the middle of the DATA command instead of waiting for it to finish the transmission, and some server's don't know to listen for one in the middle of a transfer. So if a server is going to send oversized messages, it can cause big bandwidth problems when they are tried over and over again. FYI, I am using 8.15 HF1 currently. Matt |
- [IMail Forum] IMail ignores EHLO message size limits??? ... Matt
- Re: [IMail Forum] IMail ignores EHLO message size l... Eric Shanbrom
- Re: [IMail Forum] IMail ignores EHLO message size l... Rod Dorman
- Re: [IMail Forum] IMail ignores EHLO message si... John Beaver
- Re: [IMail Forum] IMail ignores EHLO messag... Matt
- Re: [IMail Forum] IMail ignores EHLO me... John Beaver
- Re[2]: [IMail Forum] IMail ignores EHLO mes... Sanford Whiteman
- [IMail Forum] Put rules.ima automatica... dkaleky
- RE: [IMail Forum] Put rules.ima a... dkaleky
- RE: [IMail Forum] Put rules.ima a... Vincent toussaint
