The story: the HDD containing user /home/* directories with Mboxes died. I restored them from a backup to another machine and mounted the whole structure back to the original imap's server /home location over NFS (v3, options client: auto, no_root_squash; server: rw,sync,no_root_squash,no_subtree_check). All file rights and paths match the originals exactly, and there are no ACLs.
The problem: the client connecting to this server (thunderbird, roundcube..) can see and manipulate the INBOX Mbox but can only see but not modify/receive/list any other Mboxes (Sent, Drafts, any_user_created, ...). Not even a newly created "folder" on top of the tree.
Connecting over telnet directly to the IMAP server and listing the folder shows the INBOX only, no other Mboxes. Connecting to the server using a client account does not show any problems as well - I have r/w permissions, and nothing seems to differ from the original state.
The question: Any ideas on what might be the problem with the IMAP not listing these Mboxes? How can I proceed with debugging? I am not much of a sysadmin and, unfortunately, unable to find any clues.
The environment:
- IMAP4REV1 (shown over telnet)
- Linux server 2.6.4 #5 SMP Wed May 26 08:19:41 CEST 2010 i686 unknown unknown GNU/Linux (Slackware)
- Not sure about qmail, probably 1.03
The structure of Mboxes in home directories is:
/home/user/
.mailboxlist
INBOX
Sent
...
The user has full privileges on these files, nothing else (that is the original state)
Thank you