I need to put a 20MB attachment limit on Exchange 2010 (within SBS 2011). I've gone through the usual places but testing with a zipped 8MB attached gets this:
Double checking settings:
There is a max send & receive limit on the mailbox I'm testing with of 20MB.
So where else have I missed?
#< #5.2.3 smtp;550 5.2.3 RESOLVER.RST.SendSizeLimit.Org; message too large for this organization> #SMTP#
Double checking settings:
Code:
[PS] C:\Windows\system32>Get-TransportConfig | fl MaxSendSize, MaxReceiveSize
MaxSendSize : 10 MB (10,485,760 bytes)
MaxReceiveSize : 19.77 MB (20,725,760 bytes)
Code:
[PS] C:\Windows\system32>Get-ReceiveConnector | fl name,MaxMessageSize
Name : Default
MaxMessageSize : 20 MB (20,971,520 bytes)
Name : Windows SBS Fax Sharepoint Receive
MaxMessageSize : 10 MB (10,485,760 bytes)
Name : Windows SBS Internet Receive
MaxMessageSize : 19.77 MB (20,725,760 bytes)
Name : Backup Exec
MaxMessageSize : 10 MB (10,485,760 bytes)
There is a max send & receive limit on the mailbox I'm testing with of 20MB.
So where else have I missed?