Difference between revisions of "Webmail"

From Linuxintro
imported>WikiSysop
imported>ThorstenStaerk
Line 10: Line 10:
 
  cd
 
  cd
 
  mv squirrelmail* /srv/www/htdocs/mail
 
  mv squirrelmail* /srv/www/htdocs/mail
 +
 +
= Configuration =
 +
Set unicode in config.php.
  
 
= Next steps =
 
= Next steps =
 
* [[Set up a web calendar]]
 
* [[Set up a web calendar]]

Revision as of 09:01, 22 December 2009

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 unicode in config.php.

Next steps