On 15/12/2009 02:49, Denis BUCHER wrote: > Denis BUCHER a écrit : >> I was able to configure a SSL-only configuration (no IMAP, only IMAPS). >> >> But now cyradm tells me "cyradm: cannot connect to server". >> >> How can I tell cyradm to connect as SSL to port 993 ? >> >> Thanks a lot for any help :-) > > > It's not a solution but I found some interesting hint on a forum, the > idea is to activate "non-ssl" IMAP only locally : > > imap cmd="imapd -U 30" listen="localhost:imap" prefork=0 maxchild=100 > You can use stunnel to create a ssl connection. stunnel -c -d 8143 -r <host>:993 then connect to localhost port 8143 with cyradm : it will connect with SSL to <host>. Cheers, -- Clément Hermann (nodens) ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html