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 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.10 2005/08/04 18:01:41 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.11 2005/08/12 08:15:33 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/mailfilter-guide.xml"> @@ -24,7 +24,7 @@ <license/> <version>0.7.10</version> -<date>2005-08-04</date> +<date>2005-08-12</date> <chapter> <title>Introduction</title> @@ -206,7 +206,7 @@ <note> 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 <c>MX 20 backup-mx.some-isp.tld</c> </note> @@ -374,8 +374,8 @@ </p> <note> -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 <c>smtp:mail.mydomain.tld:25000</c>. </note> @@ -862,9 +862,8 @@ </note> <note> -you might notice <c>Net::Server: Couldn't POSIX::setuid to ... -[]</c> lines in your log. -According to +You might notice <c>Net::Server: Couldn't POSIX::setuid to ... +[]</c> lines in your log. According to <uri link="http://www.ijs.si/software/amavisd/README.chroot">amavis chroot README</uri>, if the process UID remains 0 (<c>root</c>), the program will terminate, otherwise you can consider the message just as informative. @@ -1077,7 +1076,7 @@ </p> <p> -The original version 1.0.0 of <c>smtpclient</c> is already in portage however to +The original version 1.0.0 of <c>smtpclient</c> is already in Portage however to keep all headers intact we use a modified version. Here is how you install the revised version: </p> @@ -1261,13 +1260,13 @@ --> <chapter> -<title>Graylisting</title> +<title>Greylisting</title> <section> <title>Introduction</title> <body> <p> -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 <e>try again later</e> message. -- [email protected] mailing list
