Difference between revisions of "Webmail"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 12: Line 12:
  
 
= Configuration =
 
= Configuration =
Set default_charset to UTF8 in config.php and config_default.php.
+
 
 +
== Charset ==
 +
Note that your charset is set by your choice of language under Options->Language inside Squirrelmail. You can default_charset to UTF8 in config/config.php and config/config_default.php.
  
 
= Next steps =
 
= Next steps =
 
* [[Set up a web calendar]]
 
* [[Set up a web calendar]]

Revision as of 22:55, 22 January 2010

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

Charset

Note that your charset is set by your choice of language under Options->Language inside Squirrelmail. You can default_charset to UTF8 in config/config.php and config/config_default.php.

Next steps