public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Josh Saddler" <nightmorph@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml
Date: Mon, 22 May 2006 13:33:30 +0000	[thread overview]
Message-ID: <20060522133330.50843643FC@smtp.gentoo.org> (raw)

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" &gt;&gt; /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



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2006-05-22 13:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-22 13:33 Josh Saddler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-20 20:12 [gentoo-doc-cvs] cvs commit: mailfilter-guide.xml Sven Vermeulen
2007-08-03  1:31 Josh Saddler
2007-06-25  9:03 Josh Saddler
2007-04-25  7:26 Josh Saddler
2007-01-07 18:06 Josh Saddler
2006-12-10  4:51 Josh Saddler
2005-12-16  9:45 Lukasz Damentko
2005-08-12  8:34 swift
2005-08-12  8:15 swift
2005-08-04 18:01 Shyam Mani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060522133330.50843643FC@smtp.gentoo.org \
    --to=nightmorph@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox