Hi Folks,
I'm having a problem allowing my Entourage users to attach files larger than 10MB. I've looked through all of the potential attachment limits on Transport config/Send connectors/Receive connectors/Users mailbox settings, but they all look okay to me.
[PS] C:\Windows\system32>get-mailbox user | fl max*
MaxSafeSenders :
MaxBlockedSenders :
MaxSendSize : 150 MB (157,286,400 bytes)
MaxReceiveSize : 150 MB (157,286,400 bytes)
[PS] C:\Windows\system32>get-sendconnector | fl max*
MaxMessageSize : 150 MB (157,286,400 bytes)
MaxMessageSize : 150 MB (157,286,400 bytes)
[PS] C:\Windows\system32>get-receiveconnector | fl max*
MaxInboundConnection : 5000
MaxInboundConnectionPerSource : unlimited
MaxInboundConnectionPercentagePerSource : 100
MaxHeaderSize : 64 KB (65,536 bytes)
MaxHopCount : 30
MaxLocalHopCount : 8
MaxLogonFailures : 3
MaxMessageSize : 150 MB (157,286,400 bytes)
MaxProtocolErrors : 5
MaxRecipientsPerMessage : 5000
MaxAcknowledgementDelay : 00:00:30
MaxInboundConnection : 5000
MaxInboundConnectionPerSource : 20
MaxInboundConnectionPercentagePerSource : 2
MaxHeaderSize : 64 KB (65,536 bytes)
MaxHopCount : 30
MaxLocalHopCount : 8
MaxLogonFailures : 3
MaxMessageSize : 150 MB (157,286,400 bytes)
MaxProtocolErrors : 5
MaxRecipientsPerMessage : 200
MaxAcknowledgementDelay : 00:00:30
[PS] C:\Windows\system32>get-transportconfig | fl max*
MaxDumpsterSizePerDatabase : 100 MB (104,857,600 bytes)
MaxDumpsterTime : 7.00:00:00
MaxReceiveSize : 150 MB (157,286,400 bytes)
MaxRecipientEnvelopeLimit : unlimited
MaxSendSize : 150 MB (157,286,400 bytes)
I'm running Exchange 2010 (with Rollup3 installed), on Server 2008R2.
My clients are running Entourage 2008 EWS, patched up with the latest Office Mac updates.
Apart from their inability to send 10+MB attachments, everything else is fine.
Regards,