I sent this yesterday to misc, and I thought maybe
ports is a better list, because I'm asking about the
package itself.

I've installed the UW-IMAP package and placed the
correct start up lines in /etc/inetd.conf. I've gotten
this package to work correctly on past installations.
(I'm not asking about startup, I'm focusing on ssl).

Whenever I try to connect using IMAP, I get the
following error:
Unable to load certificate from
/etc/ssl/certs/imapd.pem.

That's because that's not where that certificate is,
as per the instructions it's in /etc/ssl/imapd.pem.
Did the package change where to place the certs
without updating the documentation?

My sendmail installation is using TLS and that's where
my confCACERT_PATH etc. varialbes point to:
define(`CERT_DIR', `/etc/ssl')dnl
define(`confCACERT_PATH', `CERT_DIR/certs')dnl
define(`confCACERT', `CERT_DIR/certs/CA.crt')dnl
define(`confSERVER_CERT',
`CERT_DIR/certs/mail.crt')dnl
define(`confSERVER_KEY',`CERT_DIR/private/mail.key')dnl
define(`confCLIENT_CERT',
`CERT_DIR/certs/mail.crt')dnl
define(`confCLIENT_KEY',`CERT_DIR/private/mail.key')dnl

IMAP doesn't read any of these from sendmail, does it?
Is that why it's looking for a cert in /etc/ssl/certs?

-James

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to