I want to share a procedure that needs to be tested organized with the valuable contribution of @nethcman.
Install these packages:
yum install php-mysql libpst -y
Import email :
-
Run the script pst2webtop.sh passing in the .pst file, and you move on to the email.
For example:/usr/share/webtop/doc/pst2webtop.sh Outlook.pst testuser
The .pst file will be moved to a temporary folder in /tmp/
This directory will be recursively traversed and imap maildir will be created in the user’s folders and emails
After processing the files will be listed containing contacts and calendars for any imports
Import Contacts in Webtop:
Run the script import pst2webtop_card.php as parameters, the user, the file to be imported and the webtop folder on which to import.
For example:
/usr/share/webtop/doc/pst2webtop_card.php testuser /tmp/temp.dsdfs/Contatti/contacts WebTop
Import Calendar in Webtop:
Run the script import pst2webtop_cal.php as parameters, the user, the file to be imported and the webtop folder on which to import.
For example:
/usr/share/webtop/doc/pst2webtop_cal.php testuser /tmp/temp.dsdfs/Calendari/calendar WebTop
Thank you for reading and give your feedback.
Merry Christmas