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:54am

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:13am

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: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 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:38am

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

Other recent topics Other recent topics