Hi, On 10/19/07(22:39) you "Matthew Groeninger" <pdihqbdyi-5vjbuj7frptr.ml@ml.delegate.org> wrote in <_A3868@delegate-en.ML_> |Unfortunately, specifying fsv doesn't help. I sent along the simplest |example I want to use, but I have tried all the combinations I can think of. |I see the same behavior. | |I'm stumped on this. The log shows the connection to the imap server and |reports no error, but the SSL channel is never opened. ... | |I am using a test machine to proxy imap requests (from a Solaris machine) |to | |an MS Exchange 2003 server. The command I am using to run Delegate is: | | | |delegated -r -v STLS="fcl" -P143,993 SERVER=imaps://<server> ... |At least you need to specify the activation of SSL with the server by |STLS=fsv, like follows: | | STLS="fcl,fsv" I found that I did not enabled the implicitly negotiated usage of SSL implied by the protocol name "imaps". It should be supported as the enclosed patch in the next release. Cheers, Yutaka -- 9 9 Yutaka Sato <y.sato@delegate.org> http://delegate.org/y.sato/ ( ~ ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller *** ../delegate9.7.4/src/stls.c Thu Sep 20 12:04:00 2007 --- src/stls.c Fri Oct 19 23:14:37 2007 *************** *** 209,214 **** --- 209,215 ---- || strcaseeq(DST_PROTO,"https") || strcaseeq(DST_PROTO,"sockmux") || strcaseeq(DST_PROTO,"tcprelay") + || strcaseeq(DST_PROTO,"imaps") || strcaseeq(DST_PROTO,"telnet") || strcaseeq(DST_PROTO,"telnets") || (ServerFlags & PF_SSL_IMPLICIT)