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
Quoting Richard Wohlstadter <[EMAIL PROTECTED]>:
Hello all,
I'm in the process of setting up cyrus and I've run into a little
snag. I want to restrict plaintext passwords on the standard imap
port so users are forced to STARTTLS the connection. I have set
allowplaintext to 0 in imapd.conf to s
Hello all,
I'm in the process of setting up cyrus and I've run into a little snag.
I want to restrict plaintext passwords on the standard imap port so
users are forced to STARTTLS the connection. I have set allowplaintext
to 0 in imapd.conf to set this, but now cannot get cyradm to
authentica