GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MBTOOL(8) Cyrus IMAP MBTOOL(8)

mbtool - Cyrus IMAP documentation

intro

mbtool [ -C config-file ] -r mailbox...
mbtool [ -C config-file ] -t mailbox...

mbtool is a tool for performing various actions on the indexes of a list of mailboxes. The only actions currently supported are -t, which will normalize the internaldate time stamp of each record in the index to GMT, and -r which will create a new unique ID for each mailbox.

Only one action may be given and at least mailbox must be listed.

It is intended that mbtool will be extended over time to perform more such actions.

mbtool reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C.

-C config-file
Use the specified configuration file config-file rather than the default imapd.conf(5).

-t
Normalize internaldate on all index records of all listed mailboxes to match the Date: header if they’re off by more than a day, which can be used to fix up a mailbox which has been restored from backup and lost its internaldate information.

-r
Create a new unique ID for all listed mailboxes.

mbtool -r user.jsmith
Create new UUID for mailbox user.jsmith.


mbtool -t user.jsmith
Normalize internaldate on all index records in user.jsmith.


/etc/imapd.conf

imapd.conf(5)

The Cyrus Team

1993-2018, The Cyrus Team
February 2, 2022 3.4.3

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.