2005/8/7 (lastupdate 2005/8/8)
まず、aptなどで普通にpostgreyをインストールします。postgreyパッケージはホールドにしておきます。
もしかするとpostfixの設定は自分でやる必要があるかも。
/usr/sbin/postgrey に rgrey-0.2-1.21.patch を当てます。
greylist_clients を /etc/postgrey にコピー。
postgrey を再起動。
コマンドで手順を書くとこんな感じ。
> wget k2net.hakuba.jp/pub/rgrey-0.2-1.21.tar.gz > tar -zxf rgrey-0.2-1.21.tar.gz > su # apt-get install postgrey # echo postgrey hold | dpkg --set-selections # cd rgrey # cp greylist_clients /etc/postgrey # cp rgrey-0.2-1.21.patch /usr/sbin # cd /usr/sbin # patch < rgrey-0.2-1.21.patch # /etc/init.d/postgrey restart