| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.39 2004/12/10 17:32:41 neysx Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.40 2004/12/22 21:33:10 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/virt-mail-howto.xml"> |
5 | <guide link="/doc/en/virt-mail-howto.xml"> |
| 6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 18 | <abstract> |
18 | <abstract> |
| 19 | This document details how to create a virtual mailhosting system based upon |
19 | This document details how to create a virtual mailhosting system based upon |
| 20 | postfix, mysql, courier-imap, and cyrus-sasl. |
20 | postfix, mysql, courier-imap, and cyrus-sasl. |
| 21 | </abstract> |
21 | </abstract> |
| 22 | |
22 | |
| 23 | <version>1.0.16</version> |
23 | <version>1.0.17</version> |
| 24 | <date>2004-12-06</date> |
24 | <date>2004-12-22</date> |
| 25 | |
25 | |
| 26 | <!-- |
26 | <!-- |
| 27 | Contents |
27 | Contents |
| 28 | |
28 | |
| 29 | I. Introduction |
29 | I. Introduction |
| … | |
… | |
| 890 | <section> |
890 | <section> |
| 891 | <body> |
891 | <body> |
| 892 | |
892 | |
| 893 | <pre caption="Install squirrelmail"> |
893 | <pre caption="Install squirrelmail"> |
| 894 | # <i>emerge squirrelmail</i> |
894 | # <i>emerge squirrelmail</i> |
| 895 | <comment>(I like to add a link to the htdocs space for a shorter url.)</comment> |
895 | <comment>(Install squirrelmail to localhost so that it's accessed by http://localhost/mail) |
|
|
896 | (Substitute 1.4.3a-r2 with the version you use)</comment> |
| 896 | |
897 | |
| 897 | # <i>ln -s /var/www/localhost/htdocs/squirrelmail/ /var/www/localhost/htdocs/mail</i> |
898 | # <i>webapp-config -I -h localhost -d /mail squirrelmail 1.4.3a-r2</i> |
| 898 | # <i>cd /var/www/localhost/htdocs/mail/config</i> |
899 | # <i>cd /var/www/localhost/htdocs/mail/config</i> |
| 899 | # <i>perl ./conf.pl</i> |
900 | # <i>perl ./conf.pl</i> |
| 900 | <comment>(Change your Organization, Server, and Folder settings for squirrelmail. |
901 | <comment>(Change your Organization, Server, and Folder settings for squirrelmail. |
| 901 | Now you should be able to login to squirrelmail, again - with your full email address, |
902 | Now you should be able to login to squirrelmail, again - with your full email address, |
| 902 | and use your new webmail setup.)</comment> |
903 | and use your new webmail setup.)</comment> |