We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
Thanks Josh
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Joshua Gimer Sent: Thursday, August 09, 2007 2:58 PM To: CentOS mailing list; General Red Hat Linux discussion list; misc@openbsd.org; sage-members@sage.org Subject: [CentOS] MS Exchange to MBOX
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
I've never liked mbox, but if that's what you want then I believe regular old 'fetchmail' can do it.
Maildir is a more flexible mailbox format IMHO.
-Ross
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
We have roughly 4000 accounts that need to be migrated.
Josh On Aug 9, 2007, at 1:09 PM, Ross S. W. Walker wrote:
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Joshua Gimer Sent: Thursday, August 09, 2007 2:58 PM To: CentOS mailing list; General Red Hat Linux discussion list; misc@openbsd.org; sage-members@sage.org Subject: [CentOS] MS Exchange to MBOX
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
I've never liked mbox, but if that's what you want then I believe regular old 'fetchmail' can do it.
Maildir is a more flexible mailbox format IMHO.
-Ross
This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Joshua Gimer Sent: Thursday, August 09, 2007 3:20 PM To: CentOS mailing list Subject: Re: [CentOS] MS Exchange to MBOX
We have roughly 4000 accounts that need to be migrated.
Josh On Aug 9, 2007, at 1:09 PM, Ross S. W. Walker wrote:
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Joshua Gimer Sent: Thursday, August 09, 2007 2:58 PM To: CentOS mailing list; General Red Hat Linux discussion list; misc@openbsd.org; sage-members@sage.org Subject: [CentOS] MS Exchange to MBOX
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there
or of any
tools that can assist in this conversion?
I've never liked mbox, but if that's what you want then I believe regular old 'fetchmail' can do it.
Maildir is a more flexible mailbox format IMHO.
Write a script that will query Active Directory LDAP, generating a ~/.fetchmailrc file for each user.
Get your new box into the AD with samba and have samba manage the keytab file.
You can then have fetchmail run in daemon mode across all user accounts using Kerberos authentication as the host principal, on Exchange give the Linux box host principal full rights to each mailbox.
-Ross
______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
Joshua Gimer wrote:
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
There is always brute force if you can't find anything better. Just connect an imap client to both servers and copy from one folder to another. I don't know if exchange has the concept of an imap administrator so the tools for cyrus administration can do it all with one password of if you'd have to make everyone do their own.
Joshua Gimer napsal(a):
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
Thanks Josh
Many ways: 1) write vbscript via CDO 2) write delphi/.net/... app via CDO 3) imap client copy 4) exmerge -> pst -> parse pst ...
One thing to point out... some ways end with TNEF attachements... I would go to maildir anyway.
Regards, David
if you decide to go the imap copy route, there is a utility to do this in the uw imap package, i think it's mailutil.
i can echo the others' concerns about using mbox format. There are lots of holy wars about what mailbox format is best on unix, but pretty much all the warriors agree that mbox is horrendous.
If you're using an imap server, choose a mailbox format that works well with that server.
If you use UW i'd probably get the latest imapd from uw and go with mix format; it has been in pretty wide use for the better part of a year and from the traffic on the imap list it sounds stable. Note that to deliver into mix (or mbx, UW's older non-mbox format), you need to use the dmail program that comes with uw. also note that unfortunately it defaults to mbox if you just tell it to deliver mail to an uncreated folder, you have to make the folder first with mailutil.
If you use cyrus, i guess it likes maildir format. Dovecot sounds like a reasonable choice and it can also use maildir.
danno
On Thu, Aug 09, 2007 at 09:47:50PM +0200, David Hrbác( wrote:
Joshua Gimer napsal(a):
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
Thanks Josh
Many ways:
- write vbscript via CDO
- write delphi/.net/... app via CDO
- imap client copy
- exmerge -> pst -> parse pst
...
One thing to point out... some ways end with TNEF attachements... I would go to maildir anyway.
Regards, David _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
danno -- Dan Pritts, System Administrator Internet2 office: +1-734-352-4953 | mobile: +1-734-834-7224
Internet2 Workshops: More fun than summer school http://www.internet2.edu/workshops
On Thu, 9 Aug 2007 12:58:13 -0600 Joshua Gimer jgimer@gmail.com wrote:
We are planning on moving a large amount of Exchange mailboxes to UNIX mbox format.
My question is, does anyone know of any projects out there or of any tools that can assist in this conversion?
Thanks Josh
An alternative to consider, Zimbra. It has an app that will atlease allow you to pull in the mail to it's server and you still keep a certain amount of collaboration.