Hi, Im changing hosts and i need to convert my maildir accounts on my old server to mbox on my new server.
Any ideas on the best way to do this?
I found this:
for i in new/* cur/*;do formail <”$i” >> ../mbox;done
But i dont really understand it. I have a basic knowledge of linux and I have root access to my server via ssh.
most of the Maildir folder have the following contents:
cur
new
tmp
dovecot.index.log
dovecot-uidlist
dovecot.index
dovecot.index.log.2
dovecot.index.cache
dovecot-keywords
subscriptions
Do i need all of that or can i ignore the dovecot files?
Any advice would be greatly appreciated.
C