System information
Step 4. Create a Send Connector for the Remote Domain
To route journaled mail that is sent to the contact to the Barracuda Message Archiver, use the following steps to create a Send Connector for the
Remote Domain:
4a. Open Exchange Server 2013, and in the EAC click in the left pane, select at the top of the page, and then clickmail flow send connectors
the ( ) icon to create a new send connector:Add
Hide Contact from Global Address List
Barracuda Networks recommends hiding the mail contact from the Global Address List. You can use the following PowerShell
command to hide the mail contact:
Get-MailContact | Where {$_.Name -eq "Journal Contact"} | Set-MailContact
-HiddenFromAddressListsEnabled $True
Enter the following command to verify the setting:
Get-MailContact | Where {$_.Name -eq "Journal Contact"} | Format-table Name,
HiddenFromAddressListsEnabled