Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml
Date: Fri, 12 Aug 2005 08:15:49
Message-Id: 200508120814.j7C8Eg4n005147@robin.gentoo.org
1 swift 05/08/12 08:15:33
2
3 Modified: xml/htdocs/doc/en mailfilter-guide.xml
4 Log:
5 Fix spelling mistakes, part of patch for #102150
6
7 Revision Changes Path
8 1.11 +10 -11 xml/htdocs/doc/en/mailfilter-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mailfilter-guide.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo
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.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- mailfilter-guide.xml 4 Aug 2005 18:01:41 -0000 1.10
21 +++ mailfilter-guide.xml 12 Aug 2005 08:15:33 -0000 1.11
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='utf-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.10 2005/08/04 18:01:41 fox2mike Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.11 2005/08/12 08:15:33 swift Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29 <guide link="/doc/en/mailfilter-guide.xml">
30 @@ -24,7 +24,7 @@
31 <license/>
32
33 <version>0.7.10</version>
34 -<date>2005-08-04</date>
35 +<date>2005-08-12</date>
36
37 <chapter>
38 <title>Introduction</title>
39 @@ -206,7 +206,7 @@
40
41 <note>
42 Some ADSL providers might block port 25 and force you to relay mail through one
43 -of their servers. Typically you have to create a secondoray MX-Record
44 +of their servers. Typically you have to create a secondary MX-Record
45 like <c>MX 20 backup-mx.some-isp.tld</c>
46 </note>
47
48 @@ -374,8 +374,8 @@
49 </p>
50
51 <note>
52 -If the next hop mailserver is not listening on the standard SMTP port 25 you can
53 -tell postfix to use a given port number, like
54 +If the next hop mail server is not listening on the standard SMTP port 25 you
55 +can tell postfix to use a given port number, like
56 <c>smtp:mail.mydomain.tld:25000</c>.
57 </note>
58
59 @@ -862,9 +862,8 @@
60 </note>
61
62 <note>
63 -you might notice <c>Net::Server: Couldn't POSIX::setuid to ...
64 -[]</c> lines in your log.
65 -According to
66 +You might notice <c>Net::Server: Couldn't POSIX::setuid to ...
67 +[]</c> lines in your log. According to
68 <uri link="http://www.ijs.si/software/amavisd/README.chroot">amavis chroot
69 README</uri>, if the process UID remains 0 (<c>root</c>), the program will
70 terminate, otherwise you can consider the message just as informative.
71 @@ -1077,7 +1076,7 @@
72 </p>
73
74 <p>
75 -The original version 1.0.0 of <c>smtpclient</c> is already in portage however to
76 +The original version 1.0.0 of <c>smtpclient</c> is already in Portage however to
77 keep all headers intact we use a modified version. Here is how you
78 install the revised version:
79 </p>
80 @@ -1261,13 +1260,13 @@
81 -->
82
83 <chapter>
84 -<title>Graylisting</title>
85 +<title>Greylisting</title>
86 <section>
87 <title>Introduction</title>
88 <body>
89
90 <p>
91 -Graylisting is one of the newer weapons in the spam fighting
92 +Greylisting is one of the newer weapons in the spam fighting
93 arsenal. As the name implies it is much like whitelisting and
94 blacklisting. Each time an unknown mailserver tries to deliver
95 mail the mail is rejected with a <e>try again later</e> message.
96
97
98
99 --
100 gentoo-doc-cvs@g.o mailing list