System information
4.
5.
6.
1.
2.
3.
1.
2.
3.
4.
5.
6.
Select to prevent the Barracuda Message Archiver from removing the journaled messages from the mail server; turn thisOn only
option on if the contents of the journal account is required by other applications. In this case, make sure that another method for
cleaning up the journal account is enabled on the mail server in order to prevent unlimited growth on the mail server and to stay
in compliance with your organization’s message retention policies.
Click to add the journal account; verify the field displays green, and then click .Add Status Save Changes
To remove a journal account, click the ( ) icon, and confirm you want to remove the account.Delete
How to Disable Throttling in Microsoft Exchange Server 2007 and 2010
This article refers to the Barracuda Message Archiver release 3.5 or higher, and Microsoft Exchange Server 2007 and 2010. If you
®
are using Microsoft Exchange Server 2013, refer to .How to Disable Throttling in Microsoft Exchange Server 2013
Microsoft Exchange Server 2007 and 2010 message throttling policies set bandwidth limits and restrict the number of processed messages. In
order to disable throttling, you must create an appropriate policy and assign it to the service account as documented in the Microsoft TechNet
article Set Throttling Policy.
Assign Permissions
Use the following steps to assign the Microsoft Exchange Server service account to the Application Impersonation
Management role:
Log in to the Exchange Server as the administrator.
From the menu, go to .Start Start > Programs > Microsoft Exchange Server 2010 > Exchange Management Shell
At the command prompt, type the following command:
New-ManagementRoleAssignment -Name:exchangeImpersonation
-Role:ApplicationImpersonation -User:serviceAccount
Create and Assign Throttling Policy
Use the following steps to create and assign a new throttling policy, replacing PolicyName with the new policy
name, and replacing PolicyAdmin with the Exchange Server 2010 service account:
Log in to the Exchange Server as the administrator.
From the menu, go to .Start Start > Programs > Microsoft Exchange Server 2010 > Exchange Management Shell
At the command prompt, type the following command:
New-ThrottlingPolicy PolicyName
Press . At the command prompt, type the following command:Enter
Set-ThrottlingPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $nullPolicyName
-RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null
-EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null
-EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null
Press . At the command prompt, type the following command:Enter
Set-Mailbox " " -ThrottlingPolicy PolicyAdmin PolicyName
Press .Enter
Barracuda Networks recommends that you set the value of to to save hard drive space onkeep Items on Server Off
your mail server.
Following is a guideline; adjust as necessary for your environment.
Service Account
For more information on creating a Service account, refer to Creating an Email Service Account for Microsoft Exchange Server 2007,
.2010, and 2013