No, the cyradm command doesn't work with imaps.
You need to run a second imapd server to connect to with cyradm.
This second server runs only for cyradm
Add this line to cyrus.conf:
imaplocal cmd="imapd -C /etc/imapd-local.conf" listen="127.0.0.1:imap"
prefork=0
and the imapd-local.conf (you can choose any else name) needs to look
like that:
http://www.linuxorable.net/article.php3?id_article=62
Thats exactly what I was looking for. Thanks so much for the help.
Rich
---
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