Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml
Date: Mon, 22 May 2006 13:33:03
Message-Id: 20060522133330.50843643FC@smtp.gentoo.org
1 nightmorph 06/05/22 13:33:29
2
3 Modified: mailfilter-guide.xml
4 Log:
5 Updated the mailfilter guide's postgrey section for bug 126016
6
7 Revision Changes Path
8 1.14 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.14&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.14&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.13&r2=1.14&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.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- mailfilter-guide.xml 16 Dec 2005 09:45:15 -0000 1.13
21 +++ mailfilter-guide.xml 22 May 2006 13:33:29 -0000 1.14
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.13 2005/12/16 09:45:15 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.14 2006/05/22 13:33:29 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29 <guide link="/doc/en/mailfilter-guide.xml">
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>0.9</version>
35 -<date>2005-12-16</date>
36 +<version>0.10</version>
37 +<date>2006-05-22</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -1446,19 +1446,14 @@
42 <body>
43
44 <p>
45 -To install the enhanced greylisting policy server you have do download
46 -and install some Perl module ebuilds into your portage overlay.
47 +You can install the enhanced greylisting policy server with a simple
48 +<c>emerge</c>:
49 </p>
50
51 <pre caption="Installing postgrey">
52 -# <i>echo "mail-filter/postgrey ~x86" &gt;&gt; /etc/portage/package.keywords</i>
53 # <i>emerge postgrey</i>
54 </pre>
55
56 -<note>
57 -Postgrey is now in Portage, currently still unstable.
58 -</note>
59 -
60 <p>
61 After installing <c>postgrey</c> we have to edit <path>main.cf</path>.
62 Changes are almost exactly like the built in greylisting.
63 @@ -1469,7 +1464,7 @@
64 check_sender_access hash:/etc/postfix/sender_access
65 <comment>(Later on add:)</comment>
66 smtpd_restriction_classes = greylist
67 -greylist = check_policy_service inet:127.0.0.1:10023
68 +greylist = check_policy_service inet:127.0.0.1:10030
69 </pre>
70
71 <note>
72 @@ -1479,9 +1474,18 @@
73
74 <note>
75 If you want to greylist everything instead add <c>check_policy_service
76 -inet:127.0.0.1:10023</c>.
77 +inet:127.0.0.1:10030</c>.
78 </note>
79
80 +<p>
81 +Finally, start the server and add it to the proper runlevel.
82 +</p>
83 +
84 +<pre caption="Starting postgrey">
85 +# <i>/etc/init.d/postgrey start</i>
86 +# <i>rc-update add postgrey default</i>
87 +</pre>
88 +
89 <note>
90 Some people like to get their mail fast and thus greylisting is
91 worthless. However if you employ a backup mail server you can safely
92
93
94
95 --
96 gentoo-doc-cvs@g.o mailing list