SquirrelMail Installation

Step 1 -----------------------------------------------------

Check and confirm ready install sendmail/qmail, counier-imap/dovecot, php

Step 2 -----------------------------------------------------

Go to download package from official site

http://www.squirrelmail.org/download.php
squirrelmail-x.x.x.tar.gz
all_locates-x.x.x.tar.gz

example:

wget http://jaist.dl.sourceforge.net/sourceforge/squirrelmail/squirrelmail-1.4.13.tar.gz
wget http://jaist.dl.sourceforge.net/sourceforge/squirrelmail/all_locales-1.4.13-20071220.tar.gz


Step 3 -----------------------------------------------------

tar -zxvf squirrelmail-x.x.x.tar.gz -C /var/www/html
mv /var/www/html/squirrelmail-1.4.13 /var/www/html/squirrelmail
tar -zxvf all_locales-1.4.13-20071220.tar.gz -C /var/www/html/squirrelmail

chown -R apache.apache /var/www/html/squirrelmail


Edit the config simply

cd /var/www/html/squirrelmail/config
.conf.pl

1 Organization Preferences - Organization name - test.com 2 Server Settings - Domain - test.com 4 General Options - Data Directory - /var/www/html/squirrelmail/data/ - Attachment Directory - /tmp/ 10 Languages - Language - zh_TW - Charset - big5 - lossy encording - true

Step 4 -----------------------------------------------------

If apache default root is /var/www/html, skip this step

vi /etc/httpd/conf/httpd.conf alias /squirrelmail "/var/www/html/squirrelmail" <Directory "/var/www/html/squirrelmail"> Options None AllowOverride None Order allow,deny Allow from all </Directory> /etc/init.d/httpd restart


Step 5 -----------------------------------------------------

open website http://127.0.0.1/squirrelmail



Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.