| 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.59 2008/05/21 19:39:42 swift Exp $ --> |
|
|
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
|
|
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.61 2010/10/14 06:11:38 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/virt-mail-howto.xml"> |
5 | <guide> |
| 6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
6 | <title>Virtual Mailhosting System with Postfix Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| 9 | <mail link="antifa@gentoo.org">Ken Nowack</mail> |
9 | <mail link="antifa@gentoo.org">Ken Nowack</mail> |
| 10 | </author> |
10 | </author> |
| … | |
… | |
| 24 | <abstract> |
24 | <abstract> |
| 25 | This document details how to create a virtual mailhosting system based upon |
25 | This document details how to create a virtual mailhosting system based upon |
| 26 | postfix, mysql, courier-imap, and cyrus-sasl. |
26 | postfix, mysql, courier-imap, and cyrus-sasl. |
| 27 | </abstract> |
27 | </abstract> |
| 28 | |
28 | |
| 29 | <version>1.6</version> |
29 | <version>2</version> |
| 30 | <date>2007-08-24</date> |
30 | <date>2010-10-13</date> |
| 31 | |
31 | |
| 32 | <chapter> |
32 | <chapter> |
| 33 | <title>Introduction</title> |
33 | <title>Introduction</title> |
| 34 | <section> |
34 | <section> |
| 35 | <body> |
35 | <body> |
| … | |
… | |
| 412 | user under which the virtual mailboxes will be hosted. For clarity's sake we |
412 | user under which the virtual mailboxes will be hosted. For clarity's sake we |
| 413 | will call this <e>vmail</e>: |
413 | will call this <e>vmail</e>: |
| 414 | </p> |
414 | </p> |
| 415 | |
415 | |
| 416 | <pre caption="Adding the vmail user"> |
416 | <pre caption="Adding the vmail user"> |
| 417 | # <i>adduser -d /home/vmail -s /bin/false -m vmail</i> |
417 | # <i>useradd -d /home/vmail -s /bin/false -m vmail</i> |
| 418 | </pre> |
418 | </pre> |
| 419 | |
419 | |
| 420 | <p> |
420 | <p> |
| 421 | So now you've set up the vmail account. You can create multiple accounts if you |
421 | So now you've set up the vmail account. You can create multiple accounts if you |
| 422 | want (to keep some structure in your set of virtual mail accounts). The user id, |
422 | want (to keep some structure in your set of virtual mail accounts). The user id, |
| … | |
… | |
| 1196 | <li> |
1196 | <li> |
| 1197 | <uri>http://www.google.com/</uri> - If all else fails, there's always |
1197 | <uri>http://www.google.com/</uri> - If all else fails, there's always |
| 1198 | google, which has never failed me |
1198 | google, which has never failed me |
| 1199 | </li> |
1199 | </li> |
| 1200 | <li> |
1200 | <li> |
| 1201 | I also spend a lot of time on irc.freenode.net #gentoo. Irc is a great |
1201 | I also spend a lot of time on <uri |
| 1202 | place to go for help. |
1202 | link="irc://irc.gentoo.org/gentoo">#gentoo</uri>. IRC is a great place to go |
|
|
1203 | for help. |
| 1203 | </li> |
1204 | </li> |
| 1204 | </ul> |
1205 | </ul> |
| 1205 | |
1206 | |
| 1206 | </body> |
1207 | </body> |
| 1207 | </section> |
1208 | </section> |