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.
If you are using Red Hat Enterprise Linux 6 or CentOS 6, the generated certificate file will have a .crt extension instead of .cert.
If you are not using Red Hat Enterprise Linux or CentOS, make sure the lines below are present.
LoadModule ssl_module modules/mod_ssl.so Listen 443

3. Restart the httpd service. Learn how to restart services here.
You can force browsers to always use the SSL version. See Relocating SquirrelMail into the domain root.Visit the forum to ask for help or to give a comment.
***
Posted on 8/18/2008 and last updated on 7/25/2011
Filed under SquirrelMail , SSL/TLS



October 3rd, 2008 at 6:11 am
while this works, it does’nt stop accessing squirrelmail in http… (http://www.mysite.com/squirrelmail)
how can i prevent the access in http? i only want it to be accessed using https..
October 3rd, 2008 at 6:13 am
how can i access squirrelmail only in https?
October 3rd, 2008 at 6:50 am
found out the answer… my config was wrong..
June 3rd, 2009 at 7:33 am
I want to change my pass word? With
SquirrelWebMail Please email me at reneegill@gmail.com
June 3rd, 2009 at 1:00 pm
Hi Renee,
See SquirrelMail Change Password Plugin
June 8th, 2009 at 8:52 am
step by step
restart httpd
httpd [FAILED]