Previous | Contents | Index |
The MessageStore comes with a web-based management utility, a command-line management facility, and a reconstruct utility for managing the MessageStore. In addition, a number of third party IMAP clients and utilities are available which take advantage of the management capabilities provided by the IMAP protocol and the IMAP ACL
and QUOTA
extensions.
2.5.1 Web-based Management Utility
The MessageStore's web-based management utility is very similar to the
popstore's web-based management utility described in Chapter 4 with
the following differences:
http://host:7633/msgstore/admin.html |
/pmdf/www/msgstore
on UNIX and NT platforms and pmdf_root:[www.msgstore]
on OpenVMS platforms.
add_user
, delete_message
, delete_messages
, rename_user
, and show_message
. In addition, the message_count
command parameter is not supported. Finally, the following format strings are not supported with MessageStore accounts: message_count
, msg_*
, and msgr_*
.
See Chapter 4 for detailed information on the use of the web-based management utility.
2.5.2 Command Line Management Utility
The MessageStore's command-line management utility is very similar to
the popstore's command-line management utility described in Chapters
6 and 7, with the following differences:
# pmdf msgstore |
/pmdf/www/msgstore
on UNIX and NT platforms and
pmdf_root:[www.msgstore]
on OpenVMS platforms.
-message_count
and -messages
.
See Chapters 6 and 7 for detailed information.
Previous | Next | Contents | Index |