This article refers to Barracuda Message Archiver Legacy Release firmware or higher, and a Microsoft Exchange Server 2013, 2016, or 2019 environment utilizing Premium Journaling with a Journal Rule and Exchange Enterprise Client Access Licenses (CALs).
If your Exchange environment does not support Premium Journaling, see the article How to Configure Envelope (SMTP) Journaling for Microsoft Exchange Server 2013 and Newer - Standard Journaling.
Microsoft Exchange allows a Journal recipient to be either a mailbox or contact. By using a contact with an email address that is part of a non-existent domain, you can create a send connector that uses SMTP to deliver journaled mail to the Barracuda Message Archiver. Also see Understanding SMTP Forwarding and Trusted Servers.
Step 1. Register Each Exchange Server as a Trusted SMTP Server
To ensure that archiving begins as soon as your Exchange Servers are configured to send journal copies, first register each Exchange Server that is in a Client Access Server (CAS) role as a Trusted SMTP Server with the Barracuda Message Archiver on the Mail Sources > SMTP page in the web interface.
- Log into the Barracuda Message Archiver web interface, and go to the Mail Sources > SMTP page.
- In the Trusted SMTP Servers section, enter the details for each Exchange Server that is to journal directly to the Barracuda Message Archiver; click Add after entering the details for each Exchange Server, and then click Save.
Step 2. Create a Remote Domain From the Exchange Management PowerShell
The Remote Domain must not be your normal email domain. The remote domain must be a non-existent and non-routable/unresolvable domain from either inside or outside your organization (such as bma.int). This domain must be used for the email address of the Mail Contact that is to be the journaled message recipient.
- Open the Exchange Management Shell.
- Enter the following command to create the remote domain; this command ensures TNEF encoding is disabled:
New-RemoteDomain -DomainName bma.int -Name "Message Archiver Domain" - Enter the following command to enable auto-forwarding:
Get-RemoteDomain | Where {$_.DomainName -eq "bma.int"} | Set-RemoteDomain -TNEFEnabled $false -AutoForwardEnabled $true Enter the following command to verify the settings:
Get-RemoteDomain | Where {$_.DomainName -eq "bma.int"} |Format-table Name, DomainName, TNEFEnabled, AutoForwardEnabled
Step 3. Create a Recipient Mail Contact/Alternate Email Address
The Mail Contact is the account that is to act as a "holding location" for journaled messages. The email address associated with this account is the designated recipient and must be associated with a non-existent, non-routable dummy Domain Name created above in Step 2. Create a Remote Domain From the Exchange Management PowerShell. Use the following steps to create the Mail Contact:
- Log into the Exchange Admin Center (EAC), click recipients in the left pane, select contacts at the top of the page, and then click the + symbol to create a new mail contact:
- In the new mail contact page, enter details for the designated recipient account details:
Click save. The new contact displays in the contacts list:
- In the EAC, click recipients in the left pane, select mailboxes at the top of the page, and click the + symbol to create an alternate journaling mailbox:
- In the new user mailbox page, enter details for the alternate journaling mailbox:
- Click save. The new mailbox displays in the mailboxes list:
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:
- In the EAC click mail flow in the left pane, select send connectors at the top of the page, and then click the + symbol to create a new send connector:
- In the Name field, enter a name for the connector, and in the Type section, select Custom:
- Click next. In the Network settings page, select Route mail through smart hosts:
- Click next. In the add smart host page, enter the Barracuda Message Archiver fully qualified domain name (FQDN) or IP address:
- Click save. The FQDN or IP address displays in the SMART HOST list; verify the address:
- Click next. In the Smart host authentication page, because authentication is not used on the smart host connection to the Barracuda Message Archiver, no changes are necessary; click next:
- In the Address space section, click the + symbol :
- In the Address Space page, enter the domain that matches the domain for the external email address used to create the journal contact, for example,
bma.int
(see Step 2. Create a Remote Domain From the Exchange Management PowerShell): - The domain is added to the Address space list:
- Click next. In the Source server section, click the + symbol:
- Verify all the Exchange Servers that are in the CAS role are listed; click add to add additional servers:
- Click ok. In the Source server page, the selected servers display:
- Click finish. The new send connector displays as enabled in the send connectors list:
- Click the Edit () icon to edit the Send Connector properties. From the Maximum send message size (MB) drop-down list, select unlimited:
- Click save.
Step 5. Create a Journal Rule
- Open the EAC, click compliance management in the left pane, select journal rules at the top of the page, and then click the + symbol:
- In the new journal rule page, enter the following details:
- Enter a name for the journal rule
- From the If the message is sent or received from list, select Apply to all messages
- From the Journal the following messages list, select All messages
- In the Send Journal Reports field, enter the email address of the contact created in Step 4. Create a Send Connector for the Remote Domain (
bma.int
):
- Click save. If the warning message Do you want this rule to apply to all future messages displays, click yes:
- The journal rule check box displays selected in the journal rules page:
- In the Send undeliverable journal reports to section, click Select address:
- In the non-delivery reports window, click browse:
- Browse to and select the alternate mailbox created in Step 3. Create a Recipient Mail Contact/Alternate Email Address (Journal NDR Mailbox):
- Click ok. Verify your selection, and then click save:
- The address displays in the Send undeliverable journal reports to section: