tarting with '/etc/init.d/courier-imap-ssl start' the script
runs but exits with
* Starting courier-imapd over SSL... [ !! ]
Inserting a few set -x's in scripts I find that the script runs
to completion OK, and even looks like it's trying to start
courier, but there's nothing started & no error.
Now I could live with that, because starting it by hand it will
run. But when anything connects (e.g. openssl s_client
-connect <host>:993) gives me
[EMAIL PROTECTED]:~$ openssl s_client -connect damned:993
CONNECTED(00000003) write:errno=104
on the client and in the mail log I get
Oct 13 21:28:44 [imapd-ssl] couriertls: connect:
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number
Well... I've pretty much given up on courier. strace was proving a bit
to follow (Timewise), so I installed stunnel like I used to run last
year. It works without a problem. That's gotta pretty much point the
finger clearly at couriertls being the problem. What problem I don't
know, but it definately doesn't like me & my machine any more.
Even the courier-imap stable version isn't.
You should look for stray librairies from the tcpserver and follow all of
ldd's paths. Compare them with the time stamp of the file to see if it is
really the last version you installed.
--
[email protected] mailing list