[Dovecot] Maildir conversion

2012-11-30 Thread Aristidis Fesarlis
Hi all, I am using Dovecot 1.2.7, and trying to do my first Mbox to Maildir conversion. So I created a small script: #!/bin/bash ls userlist.txt for i in `cat userlist.txt`; do echo -; echo Converting user $i...; echo -;

Re: [Dovecot] Maildir conversion

2012-11-30 Thread Scott Silva
snip 2. I understand that I also have to instruct my MDA (procmail) to deliver mail to the new location. I found that I have to create an /etc/procmailrc with the following line: DEFAULT=$HOME/Maildir/ My question is: Some users have their own .procmailrc file inside their home