Question : Exchange 2k7, Getting 5.3.4 but no limits set?

Verified through the gui as well as an ehlo command sent to the server, there are no limits set, however when someone tries sending a file over 20mb the message is bounced with a 5.3.4 error...

Answer : Exchange 2k7, Getting 5.3.4 but no limits set?

There are three places where Message size is set in Exchange 2007 RTM
There are two places where Message size is set in Exchange 2007 SP1
Global Setting (RTM Only. Transport setting will change this automatically in SP1)
--------------
Global Settings stored in Active Directory (access using ADSIEdit)
Configuration --> Services --> Microsoft Exchange --> [DOMAINNAME] --> Global Settings --> right client
Message Delivery -->
Check the settings below. They are in KB
msExchRecipLimit     (default 5000)
submissionContLength (default 10240) (MaxSendSize)
delivContLength      (default 10240) (MaxReceiveSize)

Transport Setting
-----------------
To show current settings:
Get-TransportConfig | fl Max*Size
To Alter:
Set-TransportConfig -MaxRecipientEnvelopeLimit -MaxReceiveSize MB -MaxSendSize MB

Receive and Send Connectors
---------------------------
To Get current settings:
Get-ReceiveConnector | ft Name, Max*Size
Get-SendConnector | ft Name, Max*Size
To Alter:
Set-ReceiveConnector "" -MaxMessageSize MB
Set-SendConnector "" -MaxMessageSize MB
http://technet.microsoft.com/en-us/library/bb124345.aspx
This is how to set Transport level message limits, but you should also ensure that there are no 'more
restrictive' limits set on Mail enabled objects such as mailbox users, distribution groups, public
folders etc that are causing a fail.

Shaun
 
Random Solutions  
 
programming4us programming4us