At 12:56 PM -0600 8/9/06, Lewis Butler imposed structure on a stream
of electrons, yielding:
On 08 Aug 2006, at 21:28 , cb wrote:
What is the best way to migrate user mail box files from SIMS to
Postfix/Cyrus?
Copy them to the unix system you will be migrating to and then
change the line endings.
Aslo, if you are using Cyrus to handle the mail, I think Cyrus uses
it's own mbox format (or does it use MH?) so you will have to find
out how to convert the mbox file to Cyrus friendly format.
Once you've changed the line endings (a simple one line shell
command using tr is probably easiest) the SIMS mbox is a standard
mbox (pine and elm and mutt will read it just fine), so you should
be able to go from there.
The relevant 'tr' command:
tr "\r" "\n" <simsmailbox >convertedmailbox
--
Bill Cole
[EMAIL PROTECTED]
#############################################################
This message is sent to you because you are subscribed to
the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to <[EMAIL PROTECTED]>