Large Attachment Problem |
Post Reply |
Author | |
kspare
Senior Member Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
Post Options
Thanks(0)
Posted: 20 August 2010 at 10:55am |
I have an odd problem.
I have a customer on a 3mb connection that is having issues receiving large attachments. They have 4 attachments sitting in the queue. The problem is that spamfilter will flood their connection with smtp traffic for days and never complete sending the message. Right now it's only one user that's having the issue. What we've found to be happening is, the message attachment is larger than allowed on the exchange server. It rejects the message, but spamfilter tries to send the message again. Creating a loop. We need this fixed asap! |
|
yapadu
Senior Member Joined: 12 May 2005 Status: Offline Points: 297 |
Post Options
Thanks(0)
|
Yes, we have the same problem. I have reported the issue myself in the past, the ability to set a maximum size email per domain. The way SMTP works you can't specify a size limit per domain on connection because when a connecting server says helo you tell them the maximum message size you will accept (and you don't know who they are sending for).
BUT, spamfilter could still have a max size established for each domain. Accept the message and then check the size after accepting it. That way it can bounce the message and not try over and over to send the message for days until it times out. It is a massive waste of bandwidth on a message that will never be successfully be delivered. I added it as a feature request on this posting back in May. We have not yet found a work around for this problem ourselves, if you come up with something of a fix outside of spamfilter please post your solution back here. |
|
--------------------------------------------------------------
I am a user of SF, not an employee. Use any advice offered at your own risk. |
|
yapadu
Senior Member Joined: 12 May 2005 Status: Offline Points: 297 |
Post Options
Thanks(0)
|
Oh, I just read your posting again. Your issue is different than ours. Our issue is that if we accept an email that is 20 megs in size, but the server we are forwarding to only accepts 5 meg attachments then our system will try for three days and never successfully deliver the email.
From what you are describing, it sounds like you suspect there is only enough bandwidth to accept a single message but because 4 messages are being delivered it uses all the bandwidth? I know by default IIS SMTP will only process an incoming email for 10 minutes. If the transfer takes longer than 10 minutes it will disconnect, and your server ends up trying again. You can increase the delivery time on the IIS server if the transfer takes more than 10 minutes to complete. |
|
--------------------------------------------------------------
I am a user of SF, not an employee. Use any advice offered at your own risk. |
|
kspare
Senior Member Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
Post Options
Thanks(0)
|
Exact same problem. We accept for 40 but they only allow for 20. It resends for ever.
|
|
LogSat
Admin Group Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
Post Options
Thanks(0)
|
kspare,
I emailed you back yesterday asking for a copy of SpamFilter's logfile so we can take a look. In case you did not receive our email (or we did not receive yours with the attachment), I'm leaving you a note here on the forum.
|
|
kspare
Senior Member Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
Post Options
Thanks(0)
|
Hi Roberto, logs from our side and customer side are on the way.
We've setup a monitor to watch the queue directory size until this gets fixed. |
|
kspare
Senior Member Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
Post Options
Thanks(0)
|
I did a wireshark trace and found the following:
SMTP S: 552 4.3.1 Session size exceeds fixed maximum session size Spamfilter disconnects and retries again later. I guess it just doesn't know how to deal with this problem? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.148 seconds.