Codebase list cyrus-imapd / d45f7f4
Remove master and deliver from /usr/sbin/cyrus tool Ondřej Surý 13 years ago
1 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 usage: ${MYNAME} COMMAND [ARGS]
77
88 The most commonly used cyr commands are:
9 master master Cyrus process
109 reconstruct reconstruct mailboxes
1110 quota report and optionally fix quota usage
12 deliver deliver mail to an IMAP mailbox
1311 mbpath translate mailbox names to filesystem paths
1412 mboxlist perform operations on the mailbox list database
1513 check perform a consistency check of the cyrus mailstore
2523 You can get manpages for respective command by prepending cyrus-
2624 prefix to the command name, f.e.:
2725
28 man 8 cyrus-master
26 man 8 cyrus-reconstruct
2927
3028 EOF
3129 exit 1
4341 COMMAND="${1}"
4442 shift
4543 ;;
46 cyrmaster|cyrreconstruct|cyrquota|cyrdeliver)
44 cyrreconstruct|cyrquota)
4745 COMMAND="${RUNNAME#cyr}"
4846 ;;
4947 cyrus-makedirs)