I've used a utility called mb2md, from:
http://batleth.sapienti-sat.org/projects/mb2md/
But the current version fails to create the infofile 'maildirfolder' inside
subdirs, so you'll have to run a script like:
# Create empty .subdir/maildirfolder files as required
# by the Maildir++ format.
for msubdir in /home/vpopmail/domains/*/*/Maildir/.*; do
echo `basename $msubdir` | egrep -vq '^(\.|\.\.)$'
if [[ $? == 0 ]]; then
touch $msubdir/maildirfolder
fi
done
Quinn
On Sat, 14 Oct 2006 16:56:35 +0200 (CEST), [EMAIL PROTECTED] wrote:
>> As i mentioned in a subject, is there a easy way to convert current
>> mailbox
>> users to maildirs and switch to qmailtoaster distro?
>
> As for convert mailbox to maildirs: 2md
> (http://home.uninet.ee/~ragnar/2md/) worked fine for me.
>
>
>
>> Thank you,
>> Igor
>>
>>
>> ---------------------------------------------------------------------
>> QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
> ---------------------------------------------------------------------
> QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]