logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kopano-migration-pst - Utility to import PST files into Kopano

Author

       Written by Kopano.

Kopano 8                                          November 2016                          KOPANO-MIGRATION-PST(8)

Description

       kopano-migration-pst is a utility to import PST files into Kopano. As PST files are basically MAPI dumps,
       and Kopano also uses MAPI internally, there should be practically no data loss, even including calendar
       data.

Examples

       Import PST file name "outlook.pst" to store of user "bert":

       kopano-migration-pst-ubertoutlook.pst

       Import PST file name "public.pst" into (new or existing) "imported" folder of public store:

       kopano-migration-pst-Spublic--import-root=importedpublic.pst

Name

       kopano-migration-pst - Utility to import PST files into Kopano

Options

--auth-pass, -PPASS
           Authenticate with specified password.

       --auth-user, -UNAME
           Authenticate as specified user.

       --clean-folders
           Empty target folders before importing into them.

       --create-ex-mappingFILE
           Create a JSON file with a mapping of legacyExchangeDN to a found email address. For migrating
           Exchange generated PST's which include a legacyExchangeDN instead of an email address in the from and
           sender properties. This generated mapping can be passed to --ex-mapping when importing a PST.
           Multiple PST files can be provided to generate the mapping file.

       --config, -cFILE
           Load configuration settings from specified file.

       --dismiss-reminders
           Dismiss reminders for events in the past.

       --folder, -fPATH
           Import only folder(s) with specified path(s).

       --import-rootPATH
           Import data under folder with specific path (or name).

       --index
           List messages/items contained in specified PST file.

       --log-level, -lNAME
           Specify log-level, for example, 'error', 'warning' 'info' or 'debug'.

       --ex-mappingFILE
           Use a mapping file to look up an email address for items with only a legacyExchangeDN.

       --server-socket, -sSOCKET
           Connect to storage server through specified socket.

       --ssl-key, -kFILE
           Specify SSL key file.

       --ssl-pass, -pPASSWORD
           Specify SSL key password.

       --stats
           List folders contained in specified PST file.

       --store, -SGUID
           GUID of store where to import specified PST file (or "public" to import to public store).

       --user, -uNAME
           Name of user for who to import the specified PST file.

Synopsis

kopano-migration-pst [OPTION...] [PATH]

See Also