On Wed, Dec 3, 2008 at 11:40 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello List,
>
> i am getting:
>IOERROR: opening
> /opt/foo/imap/spool/domain/foo/user/archive/2008/12/cyrus.header: No
> such file or directory
>
> What is the syntax for reconstruct to fix this?
>
> I tried:
> r
On Wed, 03 Dec 2008 11:40:41 +0100, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hello List,
>
> i am getting:
> IOERROR: opening
> /opt/foo/imap/spool/domain/foo/user/archive/2008/12/cyrus.header: No
> such file or directory
>
> What is the syntax for reconstruct to fix this?
>
> I
Depending if you have "unixhierarchysep: yes" in your imapd.conf, you
may have a "/" rather than a period. The -f flag is useful too for
searching down file systems and finding subfolders.
This is the way I do it on my own system:
/usr/bin/cyrus/bin/reconstruct -r -f user/davidk
Good luck
Dav
Try reconstruct -r user.foo, not [EMAIL PROTECTED] You may need to use other
switches, depending upon the problem. Check the man page for further
details ("man reconstruct").
-nic
On 12/03/2008 04:40 AM, [EMAIL PROTECTED] wrote:
> Hello List,
>
> i am getting:
> IOERROR: opening
> /o
Hello List,
i am getting:
IOERROR: opening
/opt/foo/imap/spool/domain/foo/user/archive/2008/12/cyrus.header: No
such file or directory
What is the syntax for reconstruct to fix this?
I tried:
reconstruct -r [EMAIL PROTECTED]
but i get "Mailbox does not exist".
Whats the syntax?
Thank