Hello,
my mini-howTO

hope it helps:

cd /var/src
cp -rp netqmail-1.05 netqmail-1.05_org
cd netqmail-1.05/netqmail-1.05
wget http://shupp.org/patches/greylisting-20060105.patch
#maybe change BLOCK_EXPIRE ?
patch < greylisting-20060105.patch
make clean
make

########### creating Database
CREATE DATABASE relaydelay;
grant select,insert,update,delete on relaydelay.* to milter@"localhost"
identified by 'milter';
flush privileges;

mysql -umilter -pmilter < dbdef.sql
##############################


qmailctl stop
make setup check
chown -R vpopmail:vchkpw /var/qmail/spam
qmailctl start

DONE,
cheers,
Jaroslav

On 22/10/2007, Roman Bělonohý <[EMAIL PROTECTED]> wrote:
>
> Ok I will patch it,
>
> then
> create database, import sql file (create structure) and add mysql auth
> info into local_scan.c
>
> make clean
> make
> make setup check
>
> then run that garbage collector through crontab every hour or so.
>
> Any chmod required after this "reinstall" of qmail?  Toaster force me to
> do it after installing netqmail so I don't know if it is required after
> reinstall.
>
> Is it all I have to do to get it working?
>
> Thanks,
>
> Roman
>
>
>
>
> Rick Macdougall napsal(a):
> > Roman Bělonohý wrote:
> >> Hello,
> >>
> >> is there any toaster addon how to install greylisting into already
> >> installed Bill's toaster?
> >>
> >> I am really sick of the spam and would like another step to fight
> >> with it.
> >>
> >> But I am affraid of breaking working toaster, lol.
> >>
> >> Thanks,
> >>
> >> Roman
> >>
> >
> > http://www.shupp.org
> >
> > There is a patch on the main page.
> >
> > Regards,
> >
> > Rick
> >
>

Reply via email to