Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90975
Collapse All | Expand All

(-)mailfilter-guide.xml (-12 / +10 lines)
Lines 1439-1453 Link Here
1439
</p>
1439
</p>
1440
1440
1441
<pre caption="Installing postgrey">
1441
<pre caption="Installing postgrey">
1442
<comment>(Switch to your portage OVERLAY)</comment>
1443
# <i>wget http://home.coming.dk/files/IO-Multiplex.tar.gz</i>
1444
# <i>wget http://home.coming.dk/files/postgrey.tar.gz</i>
1445
# <i>tar xzf IO-Multiplex.tar.gz</i>
1446
# <i>tar xzf postgrey.tar.gz</i>
1447
# <i>echo "mail-filter/postgrey    ~x86" &gt;&gt; /etc/portage/package.keywords</i>
1442
# <i>echo "mail-filter/postgrey    ~x86" &gt;&gt; /etc/portage/package.keywords</i>
1448
# <i>emerge postgrey</i>
1443
# <i>emerge postgrey</i>
1449
</pre>
1444
</pre>
1450
1445
1446
<note>
1447
Postgrey is now in Portage, currently still unstable.
1448
</note>
1451
1449
1452
<note>
1450
<note>
1453
Instead of trusting the IO-Multiplex ebuild you can simply
1451
Instead of trusting the IO-Multiplex ebuild you can simply
Lines 1568-1583 Link Here
1568
</p>
1566
</p>
1569
1567
1570
<pre caption="Installing the needed Perl libraries">
1568
<pre caption="Installing the needed Perl libraries">
1571
<comment>(Switch to your portage OVERLAY)</comment>
1569
# <i>echo "dev-perl/Mail-SPF-Query ~x86" &gt;&gt; /etc/portage/package.keywords</i> </i>
1572
# <i>wget http://home.coming.dk/files/Mail-SPF-Query.tar.gz</i>
1570
# <i>echo "dev-perl/Net-CIDR-Lite ~x86" &gt;&gt; /etc/portage/package.keywords</i> </i>
1573
# <i>wget http://home.coming.dk/files/Net-CIDR-Lite.tar.gz</i>
1571
# <i>echo "dev-perl/Sys-Hostname-Long ~x86" &gt;&gt; /etc/portage/package.keywords</i> </i>
1574
# <i>wget http://home.coming.dk/files/Sys-Hostname-Long.tar.gz</i>
1575
# <i>tar xzf Mail-SPF-Query.tar.gz</i>
1576
# <i>tar xzf Net-CIDR-Lite.tar.gz</i>
1577
# <i>tar xzf Sys-Hostname-Long.tar.gz</i>
1578
# <i>emerge Mail-SPF-Query Net-CIDR-Lite Sys-Hostname-Long</i>
1572
# <i>emerge Mail-SPF-Query Net-CIDR-Lite Sys-Hostname-Long</i>
1579
</pre>
1573
</pre>
1580
1574
1575
<note>
1576
The above Perl libraries are now in Portage, currently still unstable.
1577
</note>
1578
1581
<p>
1579
<p>
1582
Now that we have everything in place all we need is to configure
1580
Now that we have everything in place all we need is to configure
1583
Postfix to use this new policy.
1581
Postfix to use this new policy.

Return to bug 90975