Szemerédy Gábor said:
> Hello!
> Can somebody tell me how to solve the problem:
> Error opening or locking INBOX user=
> ?
> Inbox for a user remains in error till reboot and I can not find the lock
> file.
> Thanks

run lsof and look for the lock, e.g. if the file is named INBOX

lsof | grep INBOX

or faster to run fuser in this case

fuser -n file INBOX

terminate whatever processes are using the file and that may fix it.

long term I reccomend changing IMAP servers. My favorite is cyrus(I
use v1.5 w/debian), which does it's own locking and allows multiple
logins to the same account w/no problems. there are some downsides
to it though.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to