Mbox to Maildir Recipe

apt-get install mb2md
cd /var/mail
for i in *; do echo $i; su - $i -c "/usr/bin/mb2md -s /var/mail/$i -d ~/Maildir"; done

Similar Posts:




No Comments


You can leave the first : )



Leave a Reply

Your email address will not be published.