3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Is there a tool t...
FromSent OnAttachments
Andr...@Presse-Data.deMay 15, 2001 2:08 am 
Stephane BortzmeyerMay 15, 2001 3:25 am 
Gary MacKayMay 15, 2001 4:45 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Is there a tool to convert from mbox to maildir format?Actions...
From:Stephane Bortzmeyer (bort@netaktiv.com)
Date:May 15, 2001 3:25:42 am
List:net.sourceforge.lists.courier-users

On Tue, May 15, 2001 at 11:08:48AM +0200, Andr@Presse-Data.de <Andr@Presse-Data.de> wrote a message of 26 lines which said:

I need a tool to convert the mbox Mailboxes from my users to the courier maildir format.

procmail+maildrop?

cd /var/spool/mail for mailbox (`ls`); do user=$mailbox formail -s maildrop -d $user < $mailbox done