Exchange Outbound Attachment Size

Saga

Banned
Feb 18, 2005
2,718
1
0
Pulling my hair out on this one. I have a few users who need to send 20MB or so files. This should not be as difficult of an issue as it is. So far I've:

  • Individually modified the attachment size limit on the mailboxes in question to 24MB.
    Universally set the attachment size limit to 24MB with the Exchange PowerShell Command.

And it still refuses to send anything over 12MB. Anyone have a clue where I might be missing a required change?
 

dphantom

Diamond Member
Jan 14, 2005
4,763
327
126
check the following settings:


1. Global setting with Get-transport config
2. Recieve connectors
3. Send connectors
4. you can set on the user which will override the global settings but not the connector

 

Saga

Banned
Feb 18, 2005
2,718
1
0
Sneaky sneaky, it was the send connector. Even though I ran the proper command in the powershell it didn't enable the checkbox on the properties of the send connector. Thanks!