nightmorph 06/05/22 13:33:29 Modified: mailfilter-guide.xml Log: Updated the mailfilter guide's postgrey section for bug 126016
Revision Changes Path 1.14 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.14&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.14&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.13&r2=1.14&cvsroot=gentoo Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mailfilter-guide.xml 16 Dec 2005 09:45:15 -0000 1.13 +++ mailfilter-guide.xml 22 May 2006 13:33:29 -0000 1.14 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.13 2005/12/16 09:45:15 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.14 2006/05/22 13:33:29 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/mailfilter-guide.xml"> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.9</version> -<date>2005-12-16</date> +<version>0.10</version> +<date>2006-05-22</date> <chapter> <title>Introduction</title> @@ -1446,19 +1446,14 @@ <body> <p> -To install the enhanced greylisting policy server you have do download -and install some Perl module ebuilds into your portage overlay. +You can install the enhanced greylisting policy server with a simple +<c>emerge</c>: </p> <pre caption="Installing postgrey"> -# <i>echo "mail-filter/postgrey ~x86" >> /etc/portage/package.keywords</i> # <i>emerge postgrey</i> </pre> -<note> -Postgrey is now in Portage, currently still unstable. -</note> - <p> After installing <c>postgrey</c> we have to edit <path>main.cf</path>. Changes are almost exactly like the built in greylisting. @@ -1469,7 +1464,7 @@ check_sender_access hash:/etc/postfix/sender_access <comment>(Later on add:)</comment> smtpd_restriction_classes = greylist -greylist = check_policy_service inet:127.0.0.1:10023 +greylist = check_policy_service inet:127.0.0.1:10030 </pre> <note> @@ -1479,9 +1474,18 @@ <note> If you want to greylist everything instead add <c>check_policy_service -inet:127.0.0.1:10023</c>. +inet:127.0.0.1:10030</c>. </note> +<p> +Finally, start the server and add it to the proper runlevel. +</p> + +<pre caption="Starting postgrey"> +# <i>/etc/init.d/postgrey start</i> +# <i>rc-update add postgrey default</i> +</pre> + <note> Some people like to get their mail fast and thus greylisting is worthless. However if you employ a backup mail server you can safely -- [email protected] mailing list
