Re: [plug] converting mail data of MS exchange to Linux server data

2007-04-10 Thread Allen Umlas
ah i have a lot of users account to convert it thru imap :) yon nga ginagawa ko thanks kala ko mas may other alternative pa sa ganun systema Orlando Andico <[EMAIL PROTECTED]> wrote: That's pretty tough. Exchange stores files internally in MS Jet format (you know, the "flat

Re: [plug] converting mail data of MS exchange to Linux server data

2007-04-09 Thread Michael Tinsay
Search this list's archives for the keywords "Exchange IMAP". This was discussed here a few months ago. --- mike t. - Original Message From: Allen Umlas <[EMAIL PROTECTED]> To: plug@lists.linux.org.ph Sent: Saturday, April 7, 2007 10:17:41 AM Subject: [plug] converting mail data of

Re: [plug] converting mail data of MS exchange to Linux server data

2007-04-09 Thread Orlando Andico
That's pretty tough. Exchange stores files internally in MS Jet format (you know, the "flat file" DB format also used by Visual FoxPro and MS Access). Easiest probably is to fetch all the messages iteratively via IMAP and put them in mbox-format flat files. Pretty easy to do using Perl. On 4/9/

Re: [plug] converting mail data of MS exchange to Linux server data

2007-04-09 Thread Linux Cook
you mean exchange mailbox? On 4/7/07, Allen Umlas <[EMAIL PROTECTED]> wrote: Fellow Pluggers, Anyone tried converting M$ exchange mail data to linux server data? I have the plan to migrate my M$ exchange to Linux server redhat clone enterprise on CentOS. Anyone can give me a hint f