Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
Date: Fri, 04 Mar 2011 20:45:03
Message-Id: 20110304204452.2F44B20054@flycatcher.gentoo.org
1 nightmorph 11/03/04 20:44:52
2
3 Modified: mailfilter-guide.xml
4 Log:
5 update groups, bug 357329
6
7 Revision Changes Path
8 1.24 xml/htdocs/doc/en/mailfilter-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.23&r2=1.24
13
14 Index: mailfilter-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- mailfilter-guide.xml 4 Mar 2011 18:12:55 -0000 1.23
21 +++ mailfilter-guide.xml 4 Mar 2011 20:44:52 -0000 1.24
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='utf-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.23 2011/03/04 18:12:55 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.24 2011/03/04 20:44:52 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo mailfiltering gateway guide</title>
30 @@ -25,7 +25,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2</version>
35 +<version>3</version>
36 <date>2011-03-04</date>
37
38 <chapter>
39 @@ -923,7 +923,7 @@
40 <pre caption="Create spamtrap account">
41 # <i>useradd -m spamtrap</i>
42 # <i>maildirmake /home/spamtrap/.maildir</i>
43 -# <i>chown -R spamtrap:mailusers /home/spamtrap/.maildir</i>
44 +# <i>chown -R spamtrap:spamtrap /home/spamtrap/.maildir</i>
45 <comment>(Give the spamtrap user a sensible password)</comment>
46 # <i>passwd spamtrap</i>
47 </pre>