Difference between revisions of "Webmail"
From Linuxintro
imported>WikiSysop (New page: == Webmail == 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...) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This article shows how to set up webmail. We use the software [http://en.wikipedia.org/wiki/Squirrelmail Squirrelmail]. | |
Download SquirrelMail from http://www.SquirrelMail.org. | Download SquirrelMail from http://www.SquirrelMail.org. | ||
Line 10: | Line 10: | ||
cd | cd | ||
mv squirrelmail* /srv/www/htdocs/mail | mv squirrelmail* /srv/www/htdocs/mail | ||
+ | |||
+ | = Configuration = | ||
+ | |||
+ | == Charset == | ||
+ | Your charset is set inside Squirrelmail by your choice of language (Options->Language). If you choose Default as language, you can set your charset in config/config.php and config/config_default.php. The key is called default_charset. It can be e.g. UTF8. | ||
+ | |||
+ | = Next steps = | ||
+ | * [[Set up a web calendar]] | ||
+ | |||
+ | = See also = | ||
+ | * [[roundcube]] - a competing web mail program | ||
+ | * [[horde]] - a competing web mail program | ||
+ | |||
+ | [[Category:Webmaster]] |
Latest revision as of 18:07, 19 October 2013
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
Contents
Configuration
Charset
Your charset is set inside Squirrelmail by your choice of language (Options->Language). If you choose Default as language, you can set your charset in config/config.php and config/config_default.php. The key is called default_charset. It can be e.g. UTF8.