Andreas,
If you remember, you helped me to compile BincImap server on my box by
modifying my makefile in oder to make it work and find my ssl libs...
Now, that my IMAP server is up and running, i try to make IMAPS work too...
So i followed the FAQ doc, and here is what i find :
# ldd /var/qmail/bin/bincimap-up
libsocket.so.1 => /usr/lib/libsocket.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libstdc++.so.5 => /usr/local/lib/libstdc++.so.5
libm.so.1 => /usr/lib/libm.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libc.so.1 => /usr/lib/libc.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
No "libssl...." anywhrere...
If i try to telnet to my localhost 993 port, i'm just disconnected and here
is what i get in my log file :
@400000003fc4ad1c138fe57c 442 0 [EMAIL PROTECTED]:] Error initializing
Binc IMAP: SSL negotiation failed: SSL error: unable to use certificate in
PEM file: /var/qmail/control/bincimap.pem: error:02001002:system
library:fopen:No such file or directory
Florent