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.60) (envelope-from ) id 1FiAWs-00082O-JG for garchives@archives.gentoo.org; Mon, 22 May 2006 13:33:03 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4MDXXhx004878; Mon, 22 May 2006 13:33:33 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4MDXUum015641 for ; Mon, 22 May 2006 13:33:31 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 50843643FC for ; Mon, 22 May 2006 13:33:30 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Mon, 22 May 2006 13:33:30 +0000 From: "Josh Saddler" Date: Mon, 22 May 2006 13:33:30 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml Message-Id: <20060522133330.50843643FC@smtp.gentoo.org> 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: a10cf340-1609-4699-99ba-d69207659ba8 X-Archives-Hash: 270bc1453c46b01aea428143303381a7 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 @@ - + @@ -23,8 +23,8 @@ -0.9 -2005-12-16 +0.10 +2006-05-22 Introduction @@ -1446,19 +1446,14 @@

-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 +emerge:

-# echo "mail-filter/postgrey    ~x86" >> /etc/portage/package.keywords
 # emerge postgrey
 
- -Postgrey is now in Portage, currently still unstable. - -

After installing postgrey we have to edit main.cf. Changes are almost exactly like the built in greylisting. @@ -1469,7 +1464,7 @@ check_sender_access hash:/etc/postfix/sender_access (Later on add:) smtpd_restriction_classes = greylist -greylist = check_policy_service inet:127.0.0.1:10023 +greylist = check_policy_service inet:127.0.0.1:10030 @@ -1479,9 +1474,18 @@ If you want to greylist everything instead add check_policy_service -inet:127.0.0.1:10023. +inet:127.0.0.1:10030. +

+Finally, start the server and add it to the proper runlevel. +

+ +
+# /etc/init.d/postgrey start
+# rc-update add postgrey default
+
+ Some people like to get their mail fast and thus greylisting is worthless. However if you employ a backup mail server you can safely -- gentoo-doc-cvs@gentoo.org mailing list