neysx 05/05/04 17:00:10 Modified: xml/htdocs/doc/en mailfilter-guide.xml Log: #90975 Postgrey and some other Perl libraries are now in Portage
Revision Changes Path 1.6 +13 -15 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.6&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.6&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.5&r2=1.6&cvsroot=gentoo Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mailfilter-guide.xml 16 Apr 2005 21:03:10 -0000 1.5 +++ mailfilter-guide.xml 4 May 2005 17:00:10 -0000 1.6 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.5 2005/04/16 21:03:10 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.6 2005/05/04 17:00:10 neysx 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.0 --> <license/> -<version>0.7.6</version> -<date>2005-04-16</date> +<version>0.7.7</version> +<date>2005-05-04</date> <chapter> <title>Introduction</title> @@ -1439,15 +1439,13 @@ </p> <pre caption="Installing postgrey"> -<comment>(Switch to your portage OVERLAY)</comment> -# <i>wget http://home.coming.dk/files/IO-Multiplex.tar.gz</i> -# <i>wget http://home.coming.dk/files/postgrey.tar.gz</i> -# <i>tar xzf IO-Multiplex.tar.gz</i> -# <i>tar xzf postgrey.tar.gz</i> # <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> <note> Instead of trusting the IO-Multiplex ebuild you can simply @@ -1568,16 +1566,16 @@ </p> <pre caption="Installing the needed Perl libraries"> -<comment>(Switch to your portage OVERLAY)</comment> -# <i>wget http://home.coming.dk/files/Mail-SPF-Query.tar.gz</i> -# <i>wget http://home.coming.dk/files/Net-CIDR-Lite.tar.gz</i> -# <i>wget http://home.coming.dk/files/Sys-Hostname-Long.tar.gz</i> -# <i>tar xzf Mail-SPF-Query.tar.gz</i> -# <i>tar xzf Net-CIDR-Lite.tar.gz</i> -# <i>tar xzf Sys-Hostname-Long.tar.gz</i> +# <i>echo "dev-perl/Mail-SPF-Query ~x86" >> /etc/portage/package.keywords</i> +# <i>echo "dev-perl/Net-CIDR-Lite ~x86" >> /etc/portage/package.keywords</i> +# <i>echo "dev-perl/Sys-Hostname-Long ~x86" >> /etc/portage/package.keywords</i> # <i>emerge Mail-SPF-Query Net-CIDR-Lite Sys-Hostname-Long</i> </pre> +<note> +The above Perl libraries are now in Portage, currently still unstable. +</note> + <p> Now that we have everything in place all we need is to configure Postfix to use this new policy. -- [email protected] mailing list
