5.2.3 smtp;550 5.2.3 RESOLVER.RST.SendSizeLimit.Org; message too large for this organization> #SMTP#

Hello ,

I cannot send more than 8MB

please need help


[PS] C:\Windows\system32>Get-TransportConfig


ClearCategories                     : True
ConvertDisclaimerWrapperToEml       : False
DSNConversionMode                   : UseExchangeDSNs
ExternalDelayDsnEnabled             : True
ExternalDsnDefaultLanguage          :
ExternalDsnLanguageDetectionEnabled : True
ExternalDsnMaxMessageAttachSize     : 25 MB (26,214,400 bytes)
ExternalDsnReportingAuthority       :
ExternalDsnSendHtml                 : True
ExternalPostmasterAddress           : Postmaster@vgggooo.com
GenerateCopyOfDSNFor                : {}
HygieneSuite                        : Standard
InternalDelayDsnEnabled             : True
InternalDsnDefaultLanguage          :
InternalDsnLanguageDetectionEnabled : True
InternalDsnMaxMessageAttachSize     : 25 MB (26,214,400 bytes)
InternalDsnReportingAuthority       :
InternalDsnSendHtml                 : True
InternalSMTPServers                 : {192.168.5.3, 192.168.5.1}
JournalingReportNdrTo               : <>
LegacyJournalingMigrationEnabled    : False
MaxDumpsterSizePerDatabase          : 20 MB (20,971,520 bytes)
MaxDumpsterTime                     : 7.00:00:00
MaxReceiveSize                      : 29.53 MB (30,965,760 bytes)
MaxRecipientEnvelopeLimit           : 5000
MaxSendSize                         : 15.86 MB (16,629,760 bytes)
MigrationEnabled                    : False
OpenDomainRoutingEnabled            : False
Rfc2231EncodingEnabled              : False
ShadowHeartbeatRetryCount           : 12
ShadowHeartbeatTimeoutInterval      : 00:15:00
ShadowMessageAutoDiscardInterval    : 2.00:00:00
ShadowRedundancyEnabled             : True
SupervisionTags                     : {Reject, Allow}
TLSReceiveDomainSecureList          : {}
TLSSendDomainSecureList             : {}
VerifySecureSubmitEnabled           : False
VoicemailJournalingEnabled          : True
HeaderPromotionModeSetting          : NoCreate
Xexch50Enabled                      : True

[PS] C:\Windows\system32>get-transportconfig | fl MaxReceiveSize, MaxSendSize

MaxReceiveSize : 29.53 MB (30,965,760 bytes)
MaxSendSize    : 15.86 MB (16,629,760 bytes)


[PS] C:\Windows\system32>Get-Mailbox -Identity "info" | FL maxreceivesize

MaxReceiveSize : 29.3 MB (30,720,000 bytes)


[PS] C:\Windows\system32>Get-ReceiveConnector | fl Identity,MaxMessageSize


Identity       : ASC-CAS02\Default ASC-CAS02
MaxMessageSize : 19.77 MB (20,725,760 bytes)

Identity       : ASC-CAS02\Client ASC-CAS02
MaxMessageSize : 19.77 MB (20,725,760 bytes)

Identity       : ASC-CAS01\Default ASC-CAS01
MaxMessageSize : 19.77 MB (20,725,760 bytes)

Identity       : ASC-CAS01\Client ASC-CAS01
MaxMessageSize : 19.77 MB (20,725,760 bytes)

July 22nd, 2015 8:53am

Hello 

Have tried using the Set commands to set these limits using power shell.

Setting Message Size Limits in Exchange 2010 and Exchange 2007

1) Organizational limits:

Set-TransportConfig -MaxReceiveSize 50MB -MaxSendSize 50MB

2) Receive Connector limit:

Set-ReceiveConnector CONNECTOR NAME -MaxMessageSize 50Mb

3) Send Connector limit:

Set-SendConnector CONNECTOR NAME -MaxMessageSize 50Mb

4) Mailbox limit:

Set-Mailbox User A -MaxSendSize 50Mb -MaxReceiveSize 50Mb

It will fix the issue.

[Note: In Internet most of the Domain doesnt except more than 10 MB mail.]

Also if you are using Hybrid O365 and exchange environment, limit need to be carefully setup.

Free Windows Admin Tool Kit Click here and download it now
July 22nd, 2015 10:12am

Hello 

Have tried using the Set commands to set these limits using power shell.

Setting Message Size Limits in Exchange 2010 and Exchange 2007

1) Organizational limits:

Set-TransportConfig -MaxReceiveSize 50MB -MaxSendSize 50MB

2) Receive Connector limit:

Set-ReceiveConnector CONNECTOR NAME -MaxMessageSize 50Mb

3) Send Connector limit:

Set-SendConnector CONNECTOR NAME -MaxMessageSize 50Mb

4) Mailbox limit:

Set-Mailbox User A -MaxSendSize 50Mb -MaxReceiveSize 50Mb

It will fix the issue.

[Note: In Internet most of the Domain doesnt except more than 10 MB mail.]

Also if you are using Hybrid O365 and exchange environment, limit need to be carefully setup.

July 22nd, 2015 12:57pm

Hi Yasser,

According to your description , it seems that all send limitations are normal in your organization.

So, I think the issue you are encountering is that you can not send to External organization, right?

If yes, I recommend you tried to send the same message to other organizations(like gmail, outlook.com) and check if there is the same issue.

You need to contact the receive organization's administrator also, and confirm if the receive organization's restriction cause the issue.

Best regards,

Free Windows Admin Tool Kit Click here and download it now
July 22nd, 2015 10:58pm

Hi Yasser,

According to your description , it seems that all send limitations are normal in your organization.

So, I think the issue you are encountering is that you can not send to External organization, right?

If yes, I recommend you tried to send the same message to other organizations(like gmail, outlook.com) and check if there is the same issue.

You need to contact the receive organization's administrator also, and confirm if the receive organization's restriction cause the issue.

Best re

July 23rd, 2015 3:37am

Please send one 1 MB email to your gmail account and see ehat size it shows there. Is any change in the size due to encryption/decryption, any other header etc.
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2015 6:28am

Please send one 1 MB email to your gmail account and see ehat size it shows there. Is any change in the size due to encryption/decryption, any other h
July 23rd, 2015 6:39am

please do the same from gmail to your co.
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2015 7:39am

please do the same from gmail t
July 23rd, 2015 6:43pm

I ask to send 1 MB attachment and see the actual size of email came to you. I would suggest to reset the values of transport config using powershell and not by EMC. also check if any Update Roll Up is available to install.
Free Windows Admin Tool Kit Click here and download it now
July 24th, 2015 9:06am

Solution:

https://support.microsoft.com/en-us/kb/298572

July 27th, 2015 5:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics