Ooops - shouting too early. So - my comments: 1. configuration of milter greylist as per ./configure --with-libspf2 --with-libdkim --enable-dnsrbl cries about missing libpthread library when it is actually the libdkim library which is missing 2. The dkim-milter as per version 2.7.2 is broken the way that is does not install the libdkim.a library - you have to install it in /usr/lib manually TODO: 1. Fix the configure script to correctly report missing libdkim library Ondrej Ondrej Valousek wrote: > > Just trying to build the last CVS version: > [webadmin@ondar milter-greylist]$ ./configure --with-libspf2 > --with-libdkim --enable-dnsrbl > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > .... > checking for pthread_create in -lpthread... no > checking for pthread_create in -lc_r... no > checking for pthread_create in -lpthreads -lpthread... no > Required libpthread not found. Use --with-libpthread > [webadmin@ondar lib]$ ls -l /usr/lib/*thread* > lrwxrwxrwx 1 root root 24 Oct 8 2007 /usr/lib/libgthread-1.2.so.0 > -> libgthread-1.2.so.0.0.10 > -rwxr-xr-x 1 root root 7268 Mar 14 2007 /usr/lib/libgthread-1.2.so.0.0.10 > -rw-r--r-- 1 root root 229480 May 24 04:53 /usr/lib/libpthread.a > -rw-r--r-- 1 root root 1296 May 24 04:53 /usr/lib/libpthread_nonshared.a > -rw-r--r-- 1 root root 216 May 24 04:19 /usr/lib/libpthread.so > lrwxrwxrwx 1 root root 27 Sep 5 14:06 /usr/lib/libthread_db.so -> > ../../lib/libthread_db.so.1 > > ?? > > Emmanuel Dreyfus wrote: > > > > On Fri, Sep 05, 2008 at 09:49:10AM +0200, Johann Klasek wrote: > > > I'll try ... as far as I can see, maybe some one should provide a > > > description how to get milter-greylist work with libdkim (analogous to > > > http://milter-greylist.wikidot.com/libspf2 > <http://milter-greylist.wikidot.com/libspf2> > > <http://milter-greylist.wikidot.com/libspf2 > <http://milter-greylist.wikidot.com/libspf2>>) - even in > > > development/experimental stage. As soon as I get it worked on my own > > I let > > > flow my experience to the public ;) Maybe anyone has already some > > kind of > > > transcript (even for a special environment) on how to do it ... let > > me (us) know. > > > > It uses libdkim from Sendmail's dkim-milter. > > > > -- > > Emmanuel Dreyfus > > manu@... <mailto:manu%40netbsd.org> <mailto:manu%40netbsd.org> > > > > > >
Message
Re: [milter-greylist] DKIM support: no feedback
2008-09-05 by Ondrej Valousek
Attachments
- No local attachments were found for this message.