2
SMTP 250-SIZE response invalid?
Problem reported by echoDreamz - 11/21/2018 at 9:43 AM
Submitted
250-SIZE 2147483647
Shouldnt this be equal to our SMTP-IN max-allowed message size? In our case, it should be...

250-SIZE 52428800
Seems like SM should be reporting the proper max-allowed message size instead of the Int32.MaxValue

This is with SM 16.3.6885.

4 Replies

Reply to Thread
0
Matt Petty Replied
Employee Post
Hmm interesting, I just did a quick telnet to our SM 16 test server and I got back the correct value. After checking the code we do dynamically write that variable based on MaxMessageSize if it's greater than 0. Can you verify what the value is for that setting in your SMTP settings?


Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
echoDreamz Replied
Yes, our value is set to 51200.
0
echoDreamz Replied

See screenshots.
0
echoDreamz Replied
Ah, ignore :), it appears the value is in MB, not KB. I changed to 50 and it reports the correct value.

Reply to Thread