On Tue, 10 Oct 2006, grpprod wrote:
> I have just installed PHP in FC5, and also the php-imap RPM. However it
> seems that I cannot log in my IMAP server neither with TLS nor SSL. I
> am suspecting this has something to do with certificates (I used to
> compile uw-imap myself, using SSLCERTS to point at my certificate
> location). My question is, having the RPM installed, how can I specify
> where the certificates are located? If this is not possible, where
> exactly does the RPM look for certificates?
For any UW imapd binary:
The command
strings imapd | grep certs
will show you where the CA certificates (and default location for private
keys) are located.
Normally on Redhat this is /usr/share/ssl/certs and on Fedora this is
/etc/pki/tls/certs .
The command
strings imapd | grep private
will show you the location for the private keys (such as your site's
server certificates) if it is not the same as the certs directory.
Normally on Redhat this is /usr/share/ssl/private and on Fedora this is
/etc/pki/tls/private .
Good luck!
-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.