> I telnetted into my cyrus-imap server and authenticated using the
> administrative account I use with the cyradm tool. When using any of the
> commands such as sam, setaclmailbox, etc, I get an error...
The actual IMAP commands are different than the commands that cyradm uses.
You can find the real list and their usages in the IMAP RFCs. You also dont
need to use a sequence number. You can just use a '.' instead.
-Matt
Relevant RFCs:
http://www.imc.org/rfc2060 - IMAPv4 Specification
http://www.imc.org/rfc2086 - ACL Extension
http://www.imc.org/rfc2087 - QUOTA Extension
(There are a lot of other IMAP RFCs, but these should have most of the
commands youd use to administrate a server.)