Installation of SquirreMail On CentOS4.3
Installation of SquirrelMail on Linux CentOS4.3
SquirrelMail is a web-based email application started by Nathan and Luke Ehresman and written in the PHP scripting language. It can be installed on almost all web servers as long as PHP is present and the web server has access to an IMAP and SMTP server. SquirrelMail outputs valid HTML 4.0 for its presentation, making it compatible with a majority of current web browsers. SquirrelMail uses a plugin architecture to accommodate additional features around the core application, and over 200 plugins are available on the SquirrelMail website.
How to install SquirrelMail on CentOS4.3?
#-download squirrelmail
# download squirrelmail-1.4.10a.tar.gz in /usr/local/src
#
#-make directory
# mkdir /usr/local/squirrelmail
# cd /usr/local/squirrelmail
# mkdir data temp attach
# chgrp nobody data temp attach
# chown nobody data temp attach
# chmod 0730 data temp attach
#
#-install squirrelmail
# cd /usr/local/squirrelmail
# tar xzvf /usr/local/src/squirrelmail-1.4.10a.tar.gz
# mv squirrelmail-1.4.10a squirrel
#
#-modify ssl.conf for squirrelmail
# add next in <VirtualHost 172.16.162.239:443> tag
# Alias /squirrel /usr/local/squirrelmail/squirrel
# <Directory /usr/local/squirrelmail/sqrrlmail>
# Options Indexes
# AllowOverride none
# DirectoryIndex index.php
# Order allow,deny
# allow from all
# </Directory>
#
##squirrelmail can be accessed only by https by this.
##if add above in httpd.conf, it can be accessed both http and https.
#
#-configure squirrelmail
# /usr/local/squirrelmail/squirrel/config/conf.pl
#
# change directories for data and attach
#
#-access
# https://tkksqlphp.configureinstallsetup.com/squirrel/
#
#-config test of squirrelmail
# https://tkksqlphp.configureinstallsetup.com/squirrel/src/configtest.php
- 206 reads
Recent popular content



















