How to manually create a Journal recipient
Cause
You are unable to install Microsoft PowerShell and/or Microsoft Exchange Management Tools on the computer running Exclaimer Mail Archiver to automatically create a Journal mailbox. You need to manually create a Journal mailbox.Resolution
Create a Journal mailbox and set it as the Journal recipient.Note: You will need to follow the instructions given below on a Microsoft Exchange server in your organization.
Create a Journal mailbox
Using the Exchange Management Console- Open Microsoft Exchange Management Console
- Expand "Microsoft Exchange\Microsoft Exchange On-Premises\Recipient Configuration":
- Right-click the "Mailbox" node and choose "New Mailbox..."
- Follow through the "New Mailbox" wizard.
Note: We would advise using the username "Journal". - Optional: Hide the mailbox from your Global Address List (GAL):
- From the Actions menu on the far right, choose Refresh
- Locate the "Journal" mailbox from the list of mailboxes
- Right-click the mailbox item and choose "Properties"
- Check the "Hide from Exchange address lists" checkbox
- Choose OK
Using the Exchange Management Shell
Note: These steps assume your mailbox is to be called 'Journal'.
- Open Microsoft Exchange Management Shell
- Enter the command:
New-Mailbox -Name 'Journal' -UserPrincipalName 'Journal@' -ResetPasswordOnNextLogon $false
- Optional: Hide the mailbox from your Global Address List (GAL): Enter the command:
Set-Mailbox -HiddenFromAddressListsEnabled $true -Identity 'Journal@'
Setup the Journal mailbox as a Journal recipient
Using the Exchange Management Console- Open Microsoft Exchange Management Console
- Expand "Microsoft Exchange\Microsoft Exchange On-Premises\Organization Configuration\Hub Transport":
- From the "Actions" pane select "New Journal Rule...":
- The "New Journal Rule" wizard appears
- Enter a descriptive rule name
- Choose "Browse" and select the mailbox you created above:
- Leave the "Scope" as "Global - all messages":
- Choose "New" to create the rule. Note: Messages will be journaled to this account immediately.
Using the Exchange Management Shell
Note: These steps assume your mailbox is called 'Journal'.
- Open Microsoft Exchange Management Shell
- Enter the command:
New-JournalRule -Name 'Exclaimer Mail Archiver Journaling Rule' -JournalEmailAddress 'Journal@' -Scope 'Global' -Enabled $true
Customer support service by UserEcho