Index: [Article Count Order] [Thread]

Date:  Tue, 31 Oct 2006 14:13:48 +0000
From:  "Vapor" <bluequartz (at mark) vaporised.com>
Subject:  [coba-e:07797] Re: POPS, SMTPS and IMAPS errors
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20061031141341.M66969 (at mark) vaporised.com>
In-Reply-To:  <4547420F.4060309 (at mark) enavn.com>
References:  <4541B165.4020806 (at mark) enavn.com> <4545DE69.2060903 (at mark) enavn.com> <20061030122606.M14154 (at mark) vaporised.com> <4545FE67.3040001 (at mark) enavn.com> <20061030154014.M39176 (at mark) vaporised.com> <45471E3C.6060008 (at mark) enavn.com> <20061031113526.M14233 (at mark) vaporised.com> <4547420F.4060309 (at mark) enavn.com>
X-Mail-Count: 07797

> Oct 31 13:28:37 bq1 sendmail[16295]: starting daemon (8.13.1): SMTP 
> Oct 31 13:28:37 bq1 sendmail[16295]: STARTTLS: CRLFile missing 

Odd, a quick google on this yields a few results though, worth a look. Check the "O 
CRLFile" option has not uncommented somehow in sendmail.cf - my sendmail.mc doesn't 
even possess the "confCRL" option which sets this and the sendmail.cf line is still 
commented out. 

> Oct 31 13:28:37 bq1 sendmail[16295]: STARTTLS=server, error: 
> SSL_CTX_check_private_key failed(/etc/httpd/conf/ssl.key/server.key): 0 

I'd start keeping your certs in the usual /usr/share/ssl/certs/ dir with appropriate 
names to avoid any oddball path errors. Don't how a check of the key pair can fail 
unless they are actually wrong halves or 1 is being missed. At least leaving them in 
normal certs dir until your up and working should make testing easier. 

> Oct 31 13:28:37 bq1 sendmail[16295]: STARTTLS=server: 
> 16295:error:0B080074:x509 certificate 
> routines:X509_check_private_key:key values mismatch:x509_cmp.c:389: 

Again odd, although the sendmail.pem contains both private and cert sections and I 
assume your are each part, shouldn't make any difference. 

> Oct 31 13:28:37 bq1 sendmail[16295]: STARTTLS=server: 
> 16295:error:140A80BE:SSL routines:SSL_CTX_check_private_key:no private 
> key assigned:ssl_lib.c:777: 

No key assigned so not working still :( 

I'd try combining your priv/cert files to make a sendmail.pem looking file, dump in 
normal certs dir say called sendmail2.pem - point to that and see what happens. 

If only this stuff were as easy and it should be the internet would be a bit more 
secure I imagine. 

Oh, on a final note, we don't use SMTPS and I've no way to even test whether ours is 
working - just trying to help blind really, sorry I couldn't be more helpful. 

Gl. 

Brett