Hello all and thanks in advance,
Ex2013cu7
A sender can successfully send me a 7MB .zip file. Anything larger, I won't receive. The sender does not get any sort of rejection. I believe I have the receive connector set to a 35MB limit. The TransportConfig is also set to 10MB. The receive limit on my mailbox is unlimited. I'm thinking my Receive connector "Halff Frontend srvRCH12" and my TransportConfig should likely be the same number, but I raised the RC to 35 as part of my troubleshooting.
[PS] C:\Windows\system32>Get-ReceiveConnector | ft name, maxmessagesize
Name
MaxMessageSize
----
--------------
Default SRVRCH12
35 MB (36,700,160 bytes)
Outbound Proxy Frontend SRVRCH12 10 MB (10,485,760 bytes)
Client Frontend SRVRCH12 10 MB (10,485,760 bytes)
Default Frontend SRVRCH12 10 MB (10,485,760 bytes)
Halff Frontend srvRCH12 35 MB (36,700,160
bytes)
Halff Internal Email Relay 11 MB (11,534,336 bytes)
[PS] C:\Windows\system32>Get-TransportConfig | ft maxsendsize, maxreceivesize
MaxSendSize
MaxReceiveSize
-----------
--------------
10 MB (10,485,760 bytes) 10 MB (10,485,760 bytes)
[PS] C:\Windows\system32>Get-TransportConfig | ft maxsendsize, maxreceivesize
Creating a new session for implicit remoting of "Get-TransportConfig" command...
MaxSendSize
MaxReceiveSize
-----------
--------------
10 MB (10,485,760 bytes) 10 MB (10,485,760 bytes)
[PS] C:\Windows\system32>Get-Mailbox "Last, First" | FT name, maxsendsize, maxreceivesize
Name MaxSendSize
MaxReceiveSize
---- -----------
--------------
Last, First
Unlimited Unlimited
What piece am I missing?
Thanks,
Willis