Stefan Palme wrote:
Hello,

I'm using cyrus-imapd-2.2.8 and have problems with the COPY
command.

Following command sequence leads to an error:

telnet 192.168.1.2 143
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
* OK ZZZZZZ Cyrus IMAP4 v2.2.8 server ready
a1 LOGIN XXX YYY
a1 OK User logged in
a2 LIST "" *
* LIST (\HasChildren) "." "user.kleiner"
* LIST (\HasNoChildren) "." "user.kleiner.webshops.ebay"
* LIST (\HasNoChildren) "." "user.test"
a2 OK Completed (0.000 secs 59 calls)
a3 SELECT user.kleiner.webshops.ebay
* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
* OK [PERMANENTFLAGS ()]
* 19 EXISTS
* 19 RECENT
* OK [UNSEEN 1]
* OK [UIDVALIDITY 1097072343]
* OK [UIDNEXT 21]
a3 OK [READ-ONLY] Completed
a4 COPY 1:* user.test
a4 NO Mailbox does not exist
As you can see from the output of the LIST command I have logged in
as cyrus admin. This user currently has nearly all permissions on all
mailboxes, so I dont think it is a permission problem.


Why can't I use the COPY command to copy some mails from one user
mailbox into the mailbox of another user?


And why I get the error message "Mailbox does not exist"? "user.test" is obviously existing ;-)

Do either a GETACL or MYRIGHTS command on the two mailboxes so we can see the actual ACLs.



-- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to