Installing an SSL in Courier IMAP
After your certificate request is approved, download your SSL and intermediate certificate files from your account. See Downloading Your SSL Certificate for more information. You must install all the files on your Web server to complete the installation.
To Install Your SSL in Courier IMAP
- Gather your certificate files.
Log in to your SSL Manager and download your primary and intermediate certificates. You also need your private key (your_domain.key), which was generated by your server along with your CSR. - Create a combined .pem certificate file.
Using a text editor such as Notepad, paste in the contents of the primary certificate and your private key, including theBEGINandENDtags. For example:-----BEGIN CERTIFICATE-----Save the file as
(Your primary certificate: your_domain.crt)
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
(Your private key: your_domain.key)
-----END RSA PRIVATE KEY-----gdcertpack.pem - Save the Go Daddy intermediate certificate.
Copy the Go Daddy intermediate certificate into a text editor and save the file asgdca.txt - Secure Courier IMAP.
Locate and open imapd-ssl file (usually found in /usr/lib/courier-imap/etc/). Add the following directives and file locations:TLS_CERTFILE=/some/path/gdcertpack.pemTLS_TRUSTCERTS=/some/path/gdca.txt
TLS_PROTOCOL=SSL3
- Secure POP3.
Locate and open pop3d-ssl file (typically found in /usr/lib/courier-imap/etc/). Add the following directives and file locations:TLS_CERTFILE=/some/path/gdcertpack.pemTLS_TRUSTCERTS=/some/path/gdca.txt
- Verify your file permissions.
Ensuregdcertpack.pemis readable by root only. - Restart your Courier IMAP server.
Older email clients might not support SSLv3 or TLSv1. If you want to support users with old email clients, configure IMAP_TLS_REQUIRED=0 in both IMAP and POP3 files.
Rate This Article:
7 People Found this Helpful
Related Topics:
Related Articles:
Setting up a SSL for Intel vPro
Requesting and Installing a Cisco Intercompany Media Engine Certificate
Generating a CSR and Installing an SSL Certificate on SonicWALL UTM Devices
Installing an SSL Certificate in F5 BIG-IP Loadbalancer
Installing and Configuring a Digital Certificate on Mac OS X Server 10.6
Installing an SSL Certificate - Lighttpd
Installing an SSL Certificate in Parallels Plesk Panel
Requesting and Installing a Cisco Intercompany Media Engine Certificate
Generating a CSR and Installing an SSL Certificate on SonicWALL UTM Devices
Installing an SSL Certificate in F5 BIG-IP Loadbalancer
Installing and Configuring a Digital Certificate on Mac OS X Server 10.6
Installing an SSL Certificate - Lighttpd
Installing an SSL Certificate in Parallels Plesk Panel
Have a question about the content of this article?
Sending Message...
14 min expected wait time