We have 2 mailbox servers, 2 HUB/CAS servers and 2 Edge servers in DMZ. On all servers OS is Win2008 SE sp2 and Exchange 2007 sp3 ur5. The problem is: Edge servers don't block incoming messages bigger than 20MB (in spite of the settings).
MS says that the MaxDumpsterSizePerStorageGroup, MaxDumpsterTime, MaxReceiveSize and MaxRecipientEnvelopeLimit properties are not used by Edge Transport servers, but it's not really working as designed cause my Edges don't reject the messages bigger than 20 MB (actually they are trying to receive them, but smtp session is being closed on timeout. Errors in smtp protocol log - 421 4.4.1 Connection timed out)
I tried to remove the subscription, restart Transport service on HUBs, export/import new subscription file to HUBs and pushing the synchronization, but still MaxReceiveSize is unlimited on both Edges.
Any ideas how to set MaxReceiveSize = 20MB on Edge servers and how to force the servers to use this settings?
I will take a guess at Set-TransportServer or Set-TransportConfig
Use the Set-TransportServer cmdlet to set the transport configuration options for computers running Microsoft Exchange Server 2010 that have the Hub Transport server role or Edge Transport server role installed.
Use the Set-TransportConfig cmdlet to modify the transport configuration settings for the whole Microsoft Exchange Server 2010 organization
John, of course I checked that article. Set-TrasnportServer has nothing in common with Maxmessagesize. The results of Get-TransportConfig I posted previously. Settings are obviously different and I have no clue why they are not being synchronized.