john he did say...
Quote:
Originally Posted by adesteele but you cannt download that anymore, as Microsoft are pushing office 2007 |
Alright so...
Quote:
|
Finally, I cannt find a way of importing my calendar and tasks from outlook 2000 by CSV export and import , or anything similar.
|
Let's put tasks aside for a second.
My recomendation...
Install the zimbra server and setup users (make sure you can send/recieve email correctly)
To get the
mail transfered. (posting all this because I really don't know your situation)
If your old mail server is still up:
You can imapsync the mail OR use thunderbird (our outlook) and log into both the old and new machines via IMAP at the same time. Simply copy the mail over.
If old server is unabailable or if the mail is only stored locally (like if they downloaded it with pop):
Use outlook to login via IMAP to the new zimbra server/setup.
For
contacts, can you export them from outlook in .csv?
If so, to import to zimbra simply login to the web client > options main tab > address book sub tab> import .csv section
For
calendars can you export from outlook into ical (.ics) format?
This is where it gets tricky, because outlook 2k required a bunch of patches to support ical properly (so I hope those are available)
To import to zimbra, login to your box, su zimbra and run:
Quote:
|
curl -u user:thepassword --data-binary @/tmp/your.csv http:// server.domain.com/service/home/user/contacts?fmt=csv
|
If it gives an error try replacing 'service' above with 'zimbra' -don't remember if that redirect was ever updated
Also, don't put a space after http:// it's just that the fourms automatically make that a link no matter what I do.
More details (expecially on your mail setup) would be good, I'm also assuming your an open source user.