On Fri, Feb 24, 2006 at 12:51:58PM -0500, David J. Greenberger wrote: > [EMAIL PROTECTED]:~$ ls -al /home/david/Maildir > total 5560 > drwxr-xr-x 12 david david 4096 2006-02-24 11:54 . > drwxr-xr-x 30 david david 4096 2006-02-24 12:43 .. > drwxr-xr-x 2 david david 4096 2006-02-24 09:36 courierimaphieracl > drwx------ 2 david david 4096 2006-02-24 12:44 courierimapkeywords > -rw-r--r-- 1 david david 74 2006-02-24 11:59 courierimapsubscribed > -rw-r--r-- 1 david david 425543 2006-02-24 12:44 courierimapuiddb > drwx------ 2 david david 487424 2006-02-24 12:44 cur > -rw------- 1 david david 62 2006-02-24 01:07 .customflags > -rw------- 1 david david 73932 2006-02-24 00:47 dovecot.index > -rw------- 1 david david 4168704 2006-02-24 00:47 dovecot.index.cache > -rw------- 1 david david 12808 2006-02-24 00:47 dovecot.index.log > -rw------- 1 david david 430387 2006-02-24 09:24 dovecot-uidlist > drwx------ 2 david david 4096 2006-02-24 01:04 .INBOX
courier-imap is not dovecot. If you are migrating from courier-imap to dovecot, or from dovecot to courier-imap, then that's not the same as what you said in your original posting. What *exact* versions of IMAP software were on the old system, and are on the new system? > I just used a simple cp -r from the old location to the new. That > should have done the trick, no? That won't preserve either ownership or timestamps. So unfortunately, all the files in your new location are timestamped 2006-02-24, even if they haven't been touched for years. cp -pr is better, and probably sufficient. Using tar or cpio (piping one into another) is better still, and can also be used to copy between machines over ssh. Regards, Brian. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
