Good Afternoon,
I have a customer running Exchange 2010 SP3 RU5 on SBS 2011. When trying to send a message that has a 10+ MB attachment they receive a rejection message:
SMTPSEND.OverAdvertisedSize; message size exceeds fixed maximum size
lance.lingerfelt@domain.net
Requested #550 5.3.4 SMTPSEND.OverAdvertisedSize; message size exceeds fixed maximum size ##
I have checked and adjusted all the connectors and transport server settings to 40MB:
[PS] C:\Windows\system32>Get-TransportConfig | fl *Max*
MaxDumpsterSizePerDatabase : 25 MB (26,214,400 bytes)
MaxDumpsterTime : 7.00:00:00
MaxReceiveSize : 40 MB (41,943,040 bytes)
MaxRecipientEnvelopeLimit : 5000
MaxSendSize : 40 MB (41,943,040 bytes)
ExternalDsnMaxMessageAttachSize : 40 MB (41,943,040 bytes)
InternalDsnMaxMessageAttachSize : 40 MB (41,943,040 bytes)
[PS] C:\Windows\system32>Get-SendConnector | fl Name,*Max*
Name : Windows SBS Internet Send GFPSBS11
SmtpMaxMessagesPerConnection : 20
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : GFIFaxmaker
SmtpMaxMessagesPerConnection : 20
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : Internet Send
SmtpMaxMessagesPerConnection : 20
MaxMessageSize : 40 MB (41,943,040 bytes)
[PS] C:\Windows\system32>Get-ReceiveConnector | fl Name,MaxMessageSize
Name : Default GFPSBS11
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : Windows SBS Fax Sharepoint Receive GFPSBS11
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : Windows SBS Internet Receive GFPSBS11
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : Network Devices
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : CrystalReports
MaxMessageSize : 40 MB (41,943,040 bytes)
Name : Konica Minolta Printer
MaxMessageSize : 40 MB (41,943,040 bytes)
There are no special SmartHosts that the internet send connector sends to. I created a new send connector and disabled all of the other send connectors and tried to send the message again with the same error. I also checked the corresponding ADSI Attributes to see if they did not apply or were wrong for some reason:
I went to ADSI Edit and browsed to Configuration\Services\Microsoft Exchange\GASFP\Global Settings
I then looked at the following of Message Delivery Properties:
delivContLength: This is the incoming message size limit that corresponds to theMaxReceiveSize parameter in the Set-TransportConfigcmdlet.
submissionContLength: This is the receiving message size limit that corresponds to theMaxSendSize parameter in the Set-TransportConfigcmdlet.
msExchRecipLimit: This is the maximum number of message recipients that corresponds to the
MaxRecipientEnvelopeLimit parameter in the Set-TransportConfig
cmdlet.
The first two were set to
40MB and the last was set to 5000 recipients. All these settings are correct.
I am stuck at this point and any help would be appreciated.
Thanks,
Lance Lingerfelt