Quote:
Originally Posted by till
Courier and dovecot implementations use a different maildir layou, so you can not simply switch the imap daemon. If you want to migrate your server to dovecot, you will have to create a new "Maildir" subfolder in every ecisting maildir and copy all the contents of the existing maildir into this new subfolder. Exa,ple:
Courier layout:
/var/vmail/domian.com/user/
Dovecot Layout:
/var/vmail/domian.com/user/Maildir/
If your users have created any mailfilters, then these filters will get lost as they are written in maildrop syntax and not sieve as required by dovecot.
|
In 1.2.9 (Ubuntu 10.04) is directive in /etc/dovecot.conf
mail_location , which should be set to
mail_location = maildir:/var/vmail/%d/%n
Assuming i have to stay with mail_location = maildir:/var/vmail/%d/%n/Maildir as ISPC3 dovecot mail plugin is expecting this location ?