Hi, Sigurd. On Mon, 24 Feb 2003, Sigmund Gudvangen wrote: >I have installed and configured qmail, which works OK. >I then downloaded and install checkpassword and bincimap. It seems to be running as >ps -x reports: >tcpserver -c 100 -u 0 -g 0 -l post -HDRP 0 143 /opt/bin/bincimapd >--logtype=multilog --conf=/etc/opt/bincimap/bincimap.conf >/opt/bincimap/bincimap-auth-checkpassword /bin/checkpassword >/opt/bincimap/bin/bincimap-uidpqd >multilog t n5 s1048576 /var/opt/log/bincimap >However, I am not able to connect to it from a MUA running on a workstation. I have >confirmed that the call gets through the firewall (its in the log). I suspect that >the problem is related to ssl authentication, but being fairly new to Linuz I have >not managed to get any closer. ssh and scp work without a hitch though. >openssl is installed in /usr/local/openssl. >Are there any tests I could perform to track down the fault?
First of all, you can check the SSL section of your bincimap.conf file. There's a "pem file" setting there which should point to your ssl certificate. There are also some other pointers at: http://test.bincimap.andreas.hanssen.name/bincimap-faq.html#q13 If nothing works - 1) can you telnet to port 143? "telnet 143" should give you a greeting. 2) can you reach port 993 with "openssl s_client -connect 127.0.0.1:993"? Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | Nil desperandum

