Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: virt-mail-howto.xml
Date: Mon, 04 Sep 2006 11:38:05
Message-Id: 20060904084945.650E56493F@smtp.gentoo.org
1 nightmorph 06/09/04 08:49:44
2
3 Modified: virt-mail-howto.xml
4 Log:
5 Clarified virt-mail-howto for bug 106289
6
7 Revision Changes Path
8 1.53 xml/htdocs/doc/en/virt-mail-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.53&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.53&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.52&r2=1.53
13
14 Index: virt-mail-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v
17 retrieving revision 1.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- virt-mail-howto.xml 4 Jul 2006 00:21:20 -0000 1.52
21 +++ virt-mail-howto.xml 4 Sep 2006 08:49:44 -0000 1.53
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.52 2006/07/04 00:21:20 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.53 2006/09/04 08:49:44 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/virt-mail-howto.xml">
29 @@ -23,8 +23,8 @@
30 postfix, mysql, courier-imap, and cyrus-sasl.
31 </abstract>
32
33 -<version>1.1</version>
34 -<date>2006-07-04</date>
35 +<version>1.2</version>
36 +<date>2006-09-04</date>
37
38 <!--
39 Contents
40 @@ -158,7 +158,8 @@
41
42 <p>
43 After postfix is installed, it's time to configure it. Change the following
44 -options in <path>/etc/postfix/main.cf</path>:
45 +options in <path>/etc/postfix/main.cf</path>. Remember to replace
46 +<c>$variables</c> with your own names.
47 </p>
48
49 <pre caption="/etc/postfix/main.cf">
50 @@ -611,11 +612,11 @@
51 transport table to add information about your domains. The default values
52 supplied with the dumpfile should be a sufficient guide to what values need to
53 go where. Make sure that if you put information in the database that it is
54 -accurate. For instance, make sure the local users home dir exists and that the
55 +accurate. For instance, make sure the local user's home dir exists and that the
56 correct uid/gid values are in place. The maildirs should be created
57 automatically by postfix when the user receives their first email. So, in
58 -general, it's a good idea to send a "Welcome" mail to a new user
59 -after you setup their account to make sure the .maildir gets created.
60 +general, it's a good idea to send a "Welcome" mail to a new user after you
61 +setup their account to make sure the .maildir gets created.
62 </p>
63
64 </body>
65 @@ -642,7 +643,7 @@
66
67 <p>
68 So now when you're setting up vmail accounts, use the vmail uid, gid, and
69 -homedir. When you're setting up local accounts, use that users uid, gid, and
70 +homedir. When you're setting up local accounts, use that user's uid, gid, and
71 homedir. We've been meaning to create a php admin page for this setup but
72 haven't gotten around to it yet, as phpmyadmin generally works fine for us.
73 </p>
74 @@ -687,8 +688,10 @@
75 </pre>
76
77 <p>
78 -We're almost there I promise! Next, set up the rest of the necessary config's
79 -for postfix to interract with the database for all it's other transport needs.
80 +We're almost there, I promise! Next, set up the rest of the necessary configs
81 +for postfix to interract with the database for all its other transport needs.
82 +Remember to replace each value with the name of your own user, user id,
83 +password, alias, email address, and so on.
84 </p>
85
86 <pre caption="/etc/postfix/mysql-aliases.cf">
87 @@ -886,9 +889,10 @@
88 </p>
89
90 <p>
91 -One further note, current versions of mailman install to /usr/local/mailman. If
92 -you're like me and wish to change the default install location, it can be
93 -overridden in the ebuild file by changing the INSTALLDIR variable.
94 +One further note, current versions of mailman install to
95 +<path>/usr/local/mailman</path>. If you're like me and wish to change the
96 +default install location, it can be overridden in the ebuild file by changing
97 +the INSTALLDIR variable.
98 </p>
99
100 <pre caption="Install mailman">
101
102
103
104 --
105 gentoo-doc-cvs@g.o mailing list