Learn to configure journal rules in Exchange 2013 to archive mail from your primary email server to Vaultastic
Articles
Step 1: Create the Send Connector in Exchange 2013
Select Mail Flow > Send Connectors
Click + to add a new send connector
Enter Vaultastic in the Name field.
Select Custom as the T...
Step 2: Adjust Maximum Message Size
Open the Exchange Management Shell
Enter the following command to the set maximum send message size:
Set-SendConnector “Vaultastic Connector” -MaxMessageSize “45 MB”
Enter the following...
Step 3: Disable Exchange 2013 Non-Delivery Reports
Open the Exchange Management Shell
Enter the following command to disable NDRs
Set-RemoteDomain .vaultastic.com -NDREnabled $false
...
Step 4: Enable Exchange 2013 Journaling for All Users
Navigate to https://[exchange ipaddress]/ecp and logon to the Exchange Control Panel
From the Exchange Admin Center
Click compliance management in left menu
Click journal ru...
Step 4: Enable journaling for specific users in Exchange 2013
Create a Distribution Group
Enable Journaling for all users
A. Create a Distribution Group
Use the Exchange Admin Center (EAC) to create a distribution group
In the EAC, navigate to Recipients &...