ElusiveMind wrote:
Well, there isn't a tutorial anywhere that I found, I basically interpreted where to patch based on the install. I can share with you what I did.

I placed the greylisting-20060105.patch file in my /usr/local/src/tar folder (I put everything in /usr/local/src)

I followed to the toaster instructions (with some variations since I am using mysql with my mail server) until I reached this point:

<TOASTER REFERENCE>

# add qmail toaster patch now that vpopmail is installed
cd /usr/local/src/netqmail-1.05/netqmail-1.05
bunzip2 -c ../../tar/qmail-toaster-0.8.1.patch.bz2 | patch -p0
make clean
make
qmailctl stop
make setup check

</TOASTER REFERENCE>

I made this change:

# add qmail toaster patch now that vpopmail is installed
cd /usr/local/src/netqmail-1.05/netqmail-1.05
bunzip2 -c ../../tar/qmail-toaster-0.8.1.patch.bz2 | patch -p0
patch < /usr/local/src/tar/greylisting-20060105.patch
make clean
make
qmailctl stop
make setup check


Don't forget to add the cronjob to clean out the old entries. I believe Bill posted my script there as well.

Regards,

Rick

Reply via email to