nightmorph 11/03/02 09:16:17 Modified: mailfilter-guide.xml Log: remove instructions to use an outdated patched version of smtpclient in favor of the more recent version. also fixed some guidexml, and replaced the deprecated package.keywords with package.accept_keywords
Revision Changes Path 1.22 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.21&r2=1.22 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mailfilter-guide.xml 20 May 2008 20:12:23 -0000 1.21 +++ mailfilter-guide.xml 2 Mar 2011 09:16:17 -0000 1.22 @@ -1,9 +1,8 @@ <?xml version='1.0' encoding='utf-8'?> - -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.21 2008/05/20 20:12:23 swift Exp $ --> - <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<guide link="/doc/en/mailfilter-guide.xml"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.22 2011/03/02 09:16:17 nightmorph Exp $ --> + +<guide> <title>Gentoo mailfiltering gateway guide</title> <author title="Author"> @@ -26,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.14</version> -<date>2007-08-02</date> +<version>1</version> +<date>2011-03-02</date> <chapter> <title>Introduction</title> @@ -1100,24 +1099,12 @@ positives. These are filtered into the folder <path>likely-spam</path>. These are manually reviewed and any false positive is moved to the <path>redeliver</path> mailfolder. From there it is first fed through -<c>sa-learn --ham</c> and then redelivered with all headers intact using a -patched version of <uri -link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri> by Ralf S. -Engelschall. -</p> - -<p> -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: +<c>sa-learn --ham</c> and then redelivered with all headers intact using <uri +link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri>. </p> -<pre caption="Installing revised smtpclient"> -<comment>(Switch to your portage OVERLAY)</comment> -# <i>wget http://home.coming.dk/files/smtpclient.tar.gz</i> -# <i>tar xzf smtpclient.tar.gz</i> -# <i>echo "mail-client/smtpclient ~x86" >> /etc/portage/package.keywords</i> -# <i>echo "mail-client/smtpclient fullheaders" >> /etc/portage/package.use</i> +<pre caption="Installing smtpclient"> +# <i>echo "mail-client/smtpclient" >> /etc/portage/package.accept_keywords</i> # <i>emerge smtpclient</i> </pre>
