Index: [Article Count Order] [Thread]

Date:  Tue, 31 Oct 2006 11:39:01 +0000
From:  "Vapor" <bluequartz (at mark) vaporised.com>
Subject:  [coba-e:07794] Re: POPS, SMTPS and IMAPS errors
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20061031113526.M14233 (at mark) vaporised.com>
In-Reply-To:  <45471E3C.6060008 (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>
X-Mail-Count: 07794

> Okay - using your info, I actually got IMAPs, and POPs working on a 
> server. I actually needed to point to the Comodo CA file, otherwise it 
> would not work. However, SMTPS still fails miserably, still complaining 
> about the sendmail.pem file.

That may not be dovecot but sendmail.

Try fiddling with your sendmail.mc - the lines below are all in there:

dnl #
dnl # Rudimentary information on creating certificates for sendmail TLS:
dnl #     make -C /usr/share/ssl/certs usage
dnl #
define(`confCACERT_PATH',`/usr/share/ssl/certs')
define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt')
define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem')
define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem')

Remember to backup your mc/cf before doing a "make" in case they aren't in sync.

Brett