Overview
This article covers the steps to change the location of the Kerio Outlook Connector Offline (KOFF) storage folder (directory) where the offline cache is stored.
There are two possible options to define where Kerio Outlook Connector Offline (KOFF) stores its internal cache (offline database). One option involves Windows registry modification (recommended way); the other option uses Microsoft tool Junction to redefine NTFS mount point.
Prerequisites
Solution
Pointing KOFF Database Location to Use Custom Path:
-
Open windows registry editor
regedit.exe
. -
Navigate to
HKEY_CURRENT_USER\Software\Kerio\Outlook Connector (Offline Edition)
. -
Create a new String Value
REG_SZ (REG_EXPAND_SZ)
and name itCache Root Path
.
-
Add the requested path to the newly created String Value
Cache Root Path
.C:\Users\<username>\Desktop\koff_folder
is the path being used in this example.KOFF will create the necessary directory structure in the specified folder.
Pointing KOFF Database Location to Use Roaming Profiles:
-
Open windows registry editor
regedit.exe
and navigate toHKEY_CURRENT_USER\Software\Kerio\Outlook Connector (Offline Edition)
. -
Create a new DWORD (32-bit) VALUE
REG_DWORD
and name it Use Roaming Profile. Set the new registry key to a non-zero value. Then Roaming Profile Path should be configured as per MS manual.NOTE: If both registry values are set, Cache Root Path has precedence.The specified path must be :
-
On local disks. No network drive (e.g., UNC Path) is allowed.
-
With read/write/create/delete permissions for the configured user account, it is recommended to set permissions with no access for other users to keep privacy.
-
Unprotected by UAC (User Access Control). This applies to Windows Vista and Windows 7 systems. The User Access Control is Microsoft's security technology, and its description can be found in Microsoft's Knowledge Base article Description of User Account Control. For Windows 10, more information on User Account Control can be found in the MS manual.
-
Specifying Data Location Using Microsoft Junction Tool (Only for NTFS Filesystems):
The Microsoft Junction tool can be used to create symbolic links within the Windows NTFS file system. It can be downloaded from Microsoft's Junction page and includes information about symbolic links in greater detail.
Related Articles
Slow performance with Kerio Outlook Connector (Offline)