ispCP - Board - Support
courier-imap ssl certificate - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: courier-imap ssl certificate (/thread-10254.html)



courier-imap ssl certificate - foxb - 04-05-2010 08:37 AM

I followed
http://www.isp-control.net/documentation/doku.php?id=howto:security:create_your_own_ssl_ca_and_secure_multiple_services

In section
Code:
2.3 Create the certificate for the courier server
I says
Code:
Put the Certificates under /etc/courier:
I did put it there, but when I connect it uses default certificate - not the one I've provided.

Is that the correct place?

Using:
IspCP 1.0.5
CentOS 5.4
courier-imap-4.7.0-1.el5.mf


RE: courier-imap ssl certificate - BeNe - 04-06-2010 06:13 AM

You also entered the Path to the new Cert-File in Couriers config ?

Greez BeNe


RE: courier-imap ssl certificate - foxb - 04-06-2010 07:59 AM

(04-06-2010 06:13 AM)BeNe Wrote:  You also entered the Path to the new Cert-File in Couriers config ?

Greez BeNe

That step is missing in documentation.

Here is what should be added.

Edit:
Code:
vi /usr/lib/courier-imap/etc/imapd-ssl

Change
Code:
TLS_CERTFILE=/usr/lib/courier-imap/share/imapd.pem
to
Code:
TLS_CERTFILE=/etc/courier/imapd.pem

Repeat for pop3d.


RE: courier-imap ssl certificate - rbtux - 04-06-2010 08:08 AM

feel free to update the instructions