Link to home
Start Free TrialLog in
Avatar of Plaice
Plaice

asked on

Exchange 2010 - Public Folder Receive Limits

Hi,

We have a public folder we're trying to set a receive limit on in Exchange 2010. We've set the limit on:

Public folder limit
Public folder database limit
Exchange Receive connector
Transport settings

However when testing we're still getting a bounce stating the message is too large. Services have been restarted after changes have been made. Anyone have any ideas?
Avatar of Ahmed786
Ahmed786
Flag of India image

May be you can try to set via command shell anf give a try

Get-PublicFolder -Identity "\Root Public Folder\Subfolder" -Recurse | Set-PublicFolder -MaxItemSize 5MB
Have u checked below.

Open Exchange management console, expand Organization configuration and click on "Mailbox" Now on the left center pane, click on the "Database Management" tab. Look for you Public folder in the list, right click, properties, then click the "Limits" tab. Is anything set there? By default limits are set on a newly created public folder.
Avatar of Plaice
Plaice

ASKER

Thanks Ahmed.

We changed the limits via powershell.

As above we've set the limit of the public folder database.
So has your issue resolved ?
Avatar of Plaice

ASKER

No, it has not.
ASKER CERTIFIED SOLUTION
Avatar of Ahmed786
Ahmed786
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial