From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
by nuthatch.gentoo.org with esmtp (Exim 4.43)
id 1E3Uhh-0000g3-2q
for garchives@archives.gentoo.org; Fri, 12 Aug 2005 08:15:49 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7C8EhMm016262;
Fri, 12 Aug 2005 08:14:43 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7C8Eg4n005147
for ; Fri, 12 Aug 2005 08:14:43 GMT
Message-Id: <200508120814.j7C8Eg4n005147@robin.gentoo.org>
Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org)
by smtp.gentoo.org with smtp (Exim 4.43)
id 1E3UhZ-0002sl-5s
for gentoo-doc-cvs@lists.gentoo.org; Fri, 12 Aug 2005 08:15:41 +0000
Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 12 Aug 2005 08:15:33 +0000
From: "swift"
Date: Fri, 12 Aug 2005 08:15:33 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 7cf98eb5-2620-4ccf-8199-ad8717ebb542
X-Archives-Hash: 250055d3dc967c1870d360d70e93d71f
swift 05/08/12 08:15:33
Modified: xml/htdocs/doc/en mailfilter-guide.xml
Log:
Fix spelling mistakes, part of patch for #102150
Revision Changes Path
1.11 +10 -11 xml/htdocs/doc/en/mailfilter-guide.xml
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
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
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
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mailfilter-guide.xml 4 Aug 2005 18:01:41 -0000 1.10
+++ mailfilter-guide.xml 12 Aug 2005 08:15:33 -0000 1.11
@@ -1,6 +1,6 @@
-
+
@@ -24,7 +24,7 @@
0.7.10
-2005-08-04
+2005-08-12
Introduction
@@ -206,7 +206,7 @@
Some ADSL providers might block port 25 and force you to relay mail through one
-of their servers. Typically you have to create a secondoray MX-Record
+of their servers. Typically you have to create a secondary MX-Record
like MX 20 backup-mx.some-isp.tld
@@ -374,8 +374,8 @@
-If the next hop mailserver is not listening on the standard SMTP port 25 you can
-tell postfix to use a given port number, like
+If the next hop mail server is not listening on the standard SMTP port 25 you
+can tell postfix to use a given port number, like
smtp:mail.mydomain.tld:25000.
@@ -862,9 +862,8 @@
-you might notice Net::Server: Couldn't POSIX::setuid to ...
-[] lines in your log.
-According to
+You might notice Net::Server: Couldn't POSIX::setuid to ...
+[] lines in your log. According to
amavis chroot
README, if the process UID remains 0 (root), the program will
terminate, otherwise you can consider the message just as informative.
@@ -1077,7 +1076,7 @@
-The original version 1.0.0 of smtpclient is already in portage however to
+The original version 1.0.0 of smtpclient is already in Portage however to
keep all headers intact we use a modified version. Here is how you
install the revised version:
@@ -1261,13 +1260,13 @@
-->
-Graylisting
+Greylisting
Introduction
-Graylisting is one of the newer weapons in the spam fighting
+Greylisting is one of the newer weapons in the spam fighting
arsenal. As the name implies it is much like whitelisting and
blacklisting. Each time an unknown mailserver tries to deliver
mail the mail is rejected with a try again later message.
--
gentoo-doc-cvs@gentoo.org mailing list