This explains how to use Squirrelmail as a web-based mail client

**** Page under construction ****

Prerequisites

Ensure httpd is installed and working Ensure php is installed and working Ensure sendmail is working for send and receiving mail externally

Configuration

The configuration is held in /etc/squirrelmail/config.php

vi /etc/squirrelmail/config.php

configure your domain in the $domain line
protocols=imap
vi /etc/httpd/conf.d/squirrelmail.conf

comment out the section which causes a https redirect if you are using http

# this section makes squirrelmail use https connections only, for this you
# need to have mod_ssl installed. If you want to use unsecure http 
# connections, just remove this section:
#
#  RewriteEngine  on
#  RewriteCond    %{HTTPS} !=on
#  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
#