Overview
This article describes the error and its resolution, which occurs when configuring the GFI Archiver Mailbox Folder Structure Retrieval, and you might encounter the following error message:
No Mailboxes found to Synchronize
Environment
- GFI Archiver
- All supported environments
Root Cause
The GFI Archiver Mailbox Folder Structure Retrieval feature will attempt to connect to the mail server defined in the Mail Servers to Archive configuration using the credentials supplied in the Mailbox Folder Structure Retrieval configuration. Should you define the IP address or NetBIOS name of the Mail Server you are trying to connect to in the Mail Servers to Archive Wizard, GFI Archiver will attempt to get the Fully Qualified Domain Name (FQDN) by requesting a reverse DNS lookup for the IP address or NetBIOS name defined. If the DNS server is unable to resolve the reverse lookup, the error message discussed above is shown.
Resolution
Please perform one of the following solutions:
-
Disable GFI Archiver Exchange IP Check
Note: This procedure requires to edit files manually. If edited incorrectly it can leave the server in a non-operational state. Please keep backups of any file which is edited throughout this article before saving any changes to them.
- Stop the GFI Archiver Core service from the Services console.
- Open the file
..\GFI\Archiver\Core\Data\product.config
with a text editor. - Add the following key before
</appSettings>
:<add key="UMPollingSkipExchangeCheck" value="true" />
- Start the GFI Archiver Core service once again from the Services console.
- Perform a Mailbox Folder Structure Retrieval Test to ensure that mailboxes are retrieved.
Note: When upgrading to a newer version of GFI Archiver, installation files mentioned in this procedure will be overwritten with default versions making the changes void and ineffective. It is therefore suggested to keep a record of this procedure and follow it once again directly after upgrading to keep this functionality intact. -
Fully Qualified Domain Name
Should you not wish to disable the GFI Archiver Exchange IP check, you would need to change the details entered in the Mail Servers to Archive Wizard to the FQDN of the mail server you are archiving from by performing the following:
- Open the GFI Archiver User Interface.
- Navigate to Configuration > Mail Servers to Archive.
- Select the Journal Mailbox you want to modify and click Edit.
- Enter the FQDN of the mail server and click Next.
- Click Next and then Finish to complete the wizard.
- Perform a Mailbox Folder Structure Retrieval Test to ensure that mailboxes are retrieved.