From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 21:41:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118A416A4CE for ; Wed, 21 Apr 2004 21:41:53 -0700 (PDT) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD5043D46 for ; Wed, 21 Apr 2004 21:41:52 -0700 (PDT) (envelope-from kevin_stevens@pursued-with.net) Received: from [192.168.168.101] (fffinch [192.168.168.101]) by pursued-with.net (Postfix) with ESMTP id EB88F105C45; Wed, 21 Apr 2004 21:42:10 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <64C36E83-9417-11D8-81AF-000A959CEE6A@pursued-with.net> Content-Transfer-Encoding: 7bit From: Kevin Stevens Date: Wed, 21 Apr 2004 21:42:00 -0700 To: Danny MacMillan X-Mailer: Apple Mail (2.613) cc: freebsd-questions@freebsd.org Subject: Re: IMAP server and client recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2004 04:41:53 -0000 On Apr 21, 2004, at 21:22, Danny MacMillan wrote: > Hello. > > I have six or seven hundred megabytes of email imprisoned in a few > .pst (Microsoft Outlook "Personal Folders") files. I've been looking > for an alternative email client lately. Of course, the issue is > converting these old messages so that they are usable by the new > software -- ideally so that multiple clients could access the mail. > The thought that immediately occurred to me was that one of the > standard Unix formats -- mbox or maildir -- would be appropriate for > this task. > > After scouring the internet for possibilities for converting between > the hated .pst format and mbox or Maildir, I found a few people who'd > seemingly hit upon an ideal solution: add an IMAP folder to Outlook > and copy their mail to that folder, then do the reverse inside a > client that stores its mail in mbox or maildir format. Almost right, but not quite. You set up an IMAP server that stores mail in the desired format, add the IMAP support to Outlook, and then drag/drop the mail into the IMAP mailbox. There is no equivalent client-side export needed. And yes, in my experience this is BY FAR the easiest/fastest/best approach to get mail from a .pst file to something else. Caveat is that you have to have an Outlook installation available to do it, not just the .pst file. > Then it struck me -- =leaving= the mail in the IMAP server would give > me even more flexibility. Blinding flash of the obvious? ;) > Is it feasible to use the IMAP server as a mail storage solution like > this? Sure, that's what they're designed for. > Can anyone recommend a good IMAP server (for FreeBSD of course) and > give me some tips on considerations for choosing one? I blush to say > it, but I've never even had an IMAP account. The main contenders are Cyrus, Courier, and UW-IMAP. Biggest consideration is probably what format you want to store the mail in. I prefer mbox format, so use UW-IMAP. It is configured to pull mail from the standard spool directory, and store it in a /mail directory of my user account. The big advantage of using IMAP (for me) is that I can access my mail from a web based server (Squirrelmail) while at work, pine when on the road, and OS X's Mail.app when at home on my PowerBook. Even when I'm reading mail on the server box itself the access is actually through the IMAP server. It's an OS X G5 now, but I did the exact same thing when it was a FreeBSD Intel box. KeS