Quote:
Originally Posted by Klug Just hit this problem too.
What is your Courier-IMAP version? |
Courier version 3.0.6 on old Red Hat 9.
Actually, I move the maildir contains account mailbox into openSUSE 11.3 with brand new postfix+courier-imap version 4.7.0-4.1, but hit similar problem. Does this means that auth-user could not be applied against courier-imap (Ok with dovecot as follows on some thread), or does somebody else has successful migration on courier-imap with imapsync+authuser method?
Finally, manage the problem solved by making a primitive script

with the following algorithm :
1. Setup local postfix+courier-imap
2. Create one account with pre-define password
3. Rsync data from old mail server into new setup (because the old one is production system, I could not process it onto running system)
4. Looping for each account
5. Replace the pre-define account's maildir with the account's maildir so I can sync between both mailbox without knowing each user's password.