On Mon, Aug 11, 2003 at 09:19:21PM -0700, Chan Nan wrote:
> For some reasons I could not get to the inbox anymore.
> Once I click on it, the hour glass appears to hang in
> there forever.  I can go to the other folders just
> fine. My environment is RH server, qmail 1.3, vpopmail
> 5.3.20, sqwebmail-3.5.3.

I haven't seen this, so I'd suggest you check if the maildir itself is OK -
if it has hundreds of thousands of messages in there then maybe it's just
being slow.

# cd /path/to/maildir
# ls new | wc -l        # how many files?
# ls cur | wc -l
# ls tmp | wc -l
# du new cur tmp        # how much space used?

You could post the results here. If that's not it then I don't know, Sam
might have to suggest in what way your system might have been corrupted. I
*think* it's safe to rm all the 'sqwebmail*' files in the maildir as they're
just caches of information which will get rebuilt automatically.

At worst you could mv new/cur/tmp to some other place, recreate empty
new/cur/tmp directories from scratch, then manually retrieve the contents of
the original inbox.

Regards,

Brian.

Reply via email to