Webmail

From Linuxintro
Revision as of 09:04, 22 December 2009 by imported>ThorstenStaerk (→‎Configuration)

This article shows how to set up webmail. We use the software Squirrelmail.

Download SquirrelMail from http://www.SquirrelMail.org. Unpack it:

tar xvzf squirrelmail-1.4.15.tar.gz

Configure it:

cd squirrelmail-1.4.15
./configure

Install it:

cd
mv squirrelmail* /srv/www/htdocs/mail

Configuration

Set default_charset to UTF8 in config.php and config_default.php.

Next steps