On Sat, 6 Sep 2008, Rob Arends wrote:

> Davide, 
> 
> If I wanted to use the default unix storage format - is it possible to
> convert the existing windows format mail boxes?
> 
> I could write little bit of Perl if the conversion was relatively simple.

Yep:

        for_each_domain
                for_each_mailbox
                        mkdir Maildir
                        mkdir Maildir/new
                        mkdir Maildir/cur
                        mkdir Maildir/tmp
                        mv mailbox/* Maildir/new
                        rm -rf mailbox


- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to