Re: How do I get cyradm to authenticate with TLS

2005-03-30 Thread Richard Wohlstadter
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

Re: How do I get cyradm to authenticate with TLS

2005-03-30 Thread pascal
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

How do I get cyradm to authenticate with TLS

2005-03-30 Thread Richard Wohlstadter
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