Secure Sockets Layer (SSL) enables the HTTP protocol to be secured. This page will show you how to configure SSL in Apache and SquirrelMail.
Configuring Apache for SSL
DocumentRoot /usr/share/squirrelmail ServerName mail.acme.local:443 SSLCertificateFile /etc/pki/tls/certs/mail.acme.local.cert SSLCertificateKeyFile /etc/pki/tls/private/mail.acme.local.keyReplace mail.acme.local with your server name.


LoadModule ssl_module modules/mod_ssl.so Listen 443


