Reconstruct mailbox for a specific user.
anant at isac.gov.in
anant at isac.gov.in
Mon Dec 10 06:12:03 EST 2012
Dear Experts,
I did reconstruct mailboxes of all users, using the script in
README.HOWTO-recover-mailboxes.db. Following is the extract of the
script (for reconstruct)
--
find /var/spool/imap/user -maxdepth 1 -mindepth 1 | \
while read i; do
i=$(basename $i)
/usr/lib/cyrus-imapd/reconstruct -rf user.${i}
/usr/lib/cyrus-imapd/quota -f user.${i}
done
--
One of the users mailbox has one more level of sub folder like
user.xxx.ABC
user.xxx.ABC.def
Right now, folders of level user.xxx are seen, but folders at
user.xxx.ABC including ABC are not seen.
Should I run,
/usr/lib/cyrus-imapd/reconstruct -rf user.xxx.ABC now? That is when
Cyrus-imapd is already running? Or I should stop the service and run
reconstruct? Please advise.
Regards,
Anant.
------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------
More information about the Info-cyrus
mailing list