Answer
GFI Archiver relies on journaling in order to process emails for archiving. Microsoft Exchange journaling allows for a copy of every message that passes through the server to be sent to a specified mailbox. GFI Archiver then takes messages from that mailbox to add to its Archive Stores. To ensure that this functionality is available for your Microsoft Exchange 2003 server, please follow this procedure:
- Create a new journaling mailbox
- Select Start > Programs > Microsoft Exchange > Active Directory Users and Computers
- Expand the domain to archive emails from, right-click Users node and select New > User
- Key in a relevant User logon name (e.g. journal), fill in other new user details, and click Next.
- Key in a password, unselect user must change password at next logon option and enable user cannot change password and password never expires options. Click Next to continue setup.
- Click Next and review the new user details. Click Finish to create new user
- Configure email archival to journaling mailbox
- Select Start > Programs > Microsoft Exchange > System Manager
- Expand Servers > <Your Server name> > Storage group, right click Mailbox Store node and select Properties
- From the General tab, select the Archive all messages sent or received by mailboxes on this store check box and click the Browse button
- Select the journaling mailbox name you created in step one, for example ‘journal’, and click OK
- Close the Mailbox Store Properties dialog and the Exchange System Manager Management console
- Enable BCC information journaling
- NOTE: It is highly recommended that you DO NOT enable this option but enable envelope journaling instead. Envelope journaling journals all the header information, not just the BCC data. For more information on envelope journaling refer to Step 4: Enable Envelope Journaling
- From command prompt, type regedit.exe
- Add the following registry key:
- HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeTransport\Parameters
- Add the following registry key and values:
- HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeTransport\Parameters\
Key name: JournalBCC
Data type: Dword
Data value: 1
- Close Registry editor and from command prompt type services.msc. Restart Simple MailTransport Protocol and the Information Store services.
- Enable Envelope Journaling
- Envelope Journaling enables the archival of email header information.
-
Using the exejcfg.exe tool
- Download the exejcfg.exe tool from: http://go.microsoft.com/fwlink/?LinkId=70627
- From the command prompt, navigate to the folder in which you copied the exejcfg.exe tool
- Type exejcfg -e and press Enter
- exejcfg -d disables Envelope Journaling for that organization
-
Using the ADSI editor
- Locate the adsiedit.msc tool from the Windows 2003 Server support tools
- From command prompt, navigate to the folder where adsiedit.msc is stored, type
adsiedit.msc and then press Enter
- Expand ADSI Edit > Configuration > <CN=Configuration> > <CN=Services> >
<CN=Microsoft Exchange> node
- Right-click the CN<your organization name> node and click Properties
- Select heuristics attribute from the Attributes list and click Edit
- Key in 512 and click OK
- Click OK to save and close the ADSIEdit console