Edux wrote: > Hi everybody, i'm trying to install milter-greylisting3.1.8 with dnsrbl > option enable. > > my .configure looks like > > ./configure --with-libpthread=/usr/lib --enable-rbldns=yes > > It doesnt show erros but when i try to start the daemon i get the following > error: > > DNSRBL support not compiled in line 98 > DNSRBL support not compiled in line 105 Try adding --enable-dnsrbl instead of --enable-rbldns=yes to your configure command. ./configure --with-libpthread=/usr/lib --enable-dnsrbl
Message
Re: [milter-greylist] cant enable dnsrbl
2007-08-16 by Matt Kettler