|
SSL/TLS ISMail EP provides secure messaging with SSL/TLS and up to 256-bit data encryption. SSL/TLS insures that messages are secure from eavesdropping even when exchanged over insecure communication channels. SSL certificates are used to verify that ISMail EP has been certified to use SSL/TLS security with mail clients and other mail servers. Commercial SSL certificates may be obtained from SSL certificate resellers. Important Note: SSL/TLS encryption requires that an IP address be assigned to a domain in order to properly use a certificate. The IP address must be a legitimate, internet address and not a LAN IP address unless the server is to be used only for internal LAN access. SSL CertificatesAn SSL certificate states that a domain has been certified to use SSL. SSL certificates may be obtained from a SSL certificate reseller. To obtain an SSL certificate, a 'CSR' (Certificate Signing Request) file must be created and supplied to the SSL certificate reseller. When a CSR is created, a private key file is also generated. Although the CSR does not contain sensitive material, the private key must be kept secure and never given to anyone. The directory containing the private key should have permissions set to restrict access only to system administrators. Once an SSL certificate has been received, it should be copied to the certificate directory and named as my'domain.com.crt' where 'domain.com' is the domain name in the certificate and '.crt' is the filename extension. Note: the ISMail-Webmail plugin, containing the ISMail EP web server, must be installed prior to creating CSRs or installing SSL certificates. The CSR directory is:
The SSL certificate directory is:
The SSL certificate private key directory is:
Creating a CSR (Certificate Signing Request) and Certificate Private KeyA CSR and private key may be created using the ISMail EP web-based adminstrator. CSRs may also be viewed using the administrator. Note: to create and view CSRs manually from a DOS command window, see 'CSRs and SSL Certificates: Manual Control'. To create a CSR:
To view a CSR:
Obtaining an SSL CertificateAn SSL certificate may be obtained from any authorized SSL certificate reseller. The CSR file generated above must be supplied when requesting an SSL certificate. Note: The private key file should not be supplied to the certificate reseller. Installing an SSL CertificateTo install an SSL certificate, copy the certificate file to the certificate directory and rename it as 'mydomain.com.crt' where 'mydomain.com' is the domain name in the certificate and '.crt' is the filename extension. Then, setup the SMTP, POP, IMAP, and Web servers to use the certificate as described below. Viewing SSL CertificatesSSL certificates may be viewed from the ISMail EP web-based administrator. Note: To view SSL certificates and CSRs manually using DOS command line tools, see 'CSRs and SSL Certificates: Manual Control'. To view certificates:
SMTP ServerThe SMTP server may be setup to use TLS over the standard SMTP port. Secure operation may be used for incoming, outgoing, or both incoming and outgoing messages. Note that the email client or remote SMTP server must also use TLS for secure connections to occur. To enable the SMTP server to use TLS on incoming connections:
In addition to verifying SSL certificate parameters, the server may be setup to verify certificate domain names and to use a domain name when establishing a secure connection. To setup the SMTP server to send domain names with TLS:
To setup the SMTP server to verify certificate domain names:
POP ServerThe POP server may be configured to use SSL on a dedicated port (995), and to use TLS on the standard POP port (110). To setup the POP server for SSL/TLS:
IMAP ServerThe IMAP server may be configured to use SSL on a dedicated port (993), and to use TLS on the standard IMAP port (143). To setup the IMAP server for SSL/TLS:
Web ServerThe Web server supports SSL (the 'https' protocol) on the standard SSL port (443). SSL may be used for both Webmail and for the ISMail EP web-based administrator. To setup the Web server for SSL, first install an SSL certificate, and then configure the domain for SSL with the ISMail web-based administrator. To configure a domain for SSL (once an SSL certificate has been installed):
Note: an SSL CA (certificate authority) file may be issued by the certificate reseller if the reseller is not known to all web browsers. The CA file provides a trusted 'chain' of certificates which will allow clients to verify the authenticity of the SSL certificate even if the certificate reseller is built-in to the client program. CSRs and SSL Certificates: Manual ControlA CSR and private key may be created manually using a DOS command line window and command line tools. CSRs and SSL certificates may also be viewed manually. To create a CSR and private key manually:
Enter the information requested in each field. If you make a mistake, the program may be exited by hitting Control-C several times and then re-started. To view a CSR manually:
To view a certificate manually:
CSR Details: A 'PEM pass phrase' is NOT recommended since using one would require the server to be manually started. The 'Country Name' is always a 2-letter code (e.g. US or CA). The 'State or Province Name' is the name of the state or province of the company or organization (e.g. California). The 'Locality Name' is the name of the city of the company or organization (e.g. Mountain View). The 'Organization Name' should be the name of the company (e.g. InstantServers, Inc.). The 'Organizational Unit Name' may be left blank. The 'Common Name' should be the name of the domain (generally WITHOUT any 'mail' or 'www' prefix) (e.g. instantservers.com). The 'Email Address' should be the mail account of the server administrator. Private Key: The file 'req.key' is the private key. Move this file to the private key directory and rename it as 'mydomain.com.key' where 'mydomain.com' is the domain name used for the CSR (the 'Common Name' field). The private key directory should have permissions set torestrict access only to system administrators. The file 'req.pem' is the CSR. This file will be used to obtain an SSL certificate. when requesting an SSL certificate. |