9 May
2007
9 May
'07
12:14 p.m.
On Tue, 2007-05-01 at 02:54 +0200, Luca Corti wrote:
On Mon, 2007-04-23 at 12:07 -0700, Troy Engel wrote:
Try running the script under strace (i.e. 'strace -e trace=file perl /script.pl') or truss to watch the perl script and see what "file or directory" it's trying to open. That should provide a quick clue.
I was just testing the migration script, encountered the same issue and just added a print before the open || die at line 230. It tries to open the file Maildir/courierimapkeywords/:list which seems to be missing and probably not mandatory.
I'm on Courier-IMAP 4.1.1. The patch below solves this. Is this a bug in the script?
I solved it a bit differently, uploaded v1.0.1 to http://dovecot.org/tools/