DKIM support: no feedback
2008-09-03 by manu@netbsd.org
Yahoo Groups archive
Index last updated: 2026-04-28 23:32 UTC
Thread
2008-09-03 by manu@netbsd.org
I had no feedback about the DKIM code added in CVS. I cannot beleive it is perfect and there is nothing to tell about it... So, anyone tested it? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
2008-09-04 by Ondrej Valousek
Hi Emmanuel, I will test it when I have some more time. Please stay tuned. Ondrej manu@... wrote:
> > I had no feedback about the DKIM code added in CVS. I cannot beleive it > is perfect and there is nothing to tell about it... > > So, anyone tested it? > > -- > Emmanuel Dreyfus > http://hcpnet.free.fr/pubz <http://hcpnet.free.fr/pubz> > manu@... <mailto:manu%40netbsd.org> > >
2008-09-04 by Michael Mansour
Hi Emmanuel, > Hi Emmanuel, > I will test it when I have some more time. Please stay tuned. > Ondrej > > manu@... wrote: > > > > I had no feedback about the DKIM code added in CVS. I cannot beleive it > > is perfect and there is nothing to tell about it... > > > > So, anyone tested it? I will also test this over the weekend. I've been pretty crook the past 7 days (these flu's are getting worse each year) and haven't been able to work as a result. But I'm back now so am keen on testing this. Regards, Michael.
> > -- > > Emmanuel Dreyfus > > http://hcpnet.free.fr/pubz <http://hcpnet.free.fr/pubz> > > manu@... <mailto:manu%40netbsd.org> > > > > > > ------------------------------------ > > Yahoo! Groups Links > > >
2008-09-05 by Johann Klasek
On Wed, Sep 03, 2008 at 07:10:36PM +0200, manu@... wrote: > I had no feedback about the DKIM code added in CVS. I cannot beleive it > is perfect and there is nothing to tell about it... > > So, anyone tested it? 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) - 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. Johann
2008-09-05 by Emmanuel Dreyfus
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) - 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@...
2008-09-05 by Ondrej Valousek
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>) - 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> > >
2008-09-05 by Ondrej Valousek
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> > > > > > >
2008-09-05 by Emmanuel Dreyfus
On Fri, Sep 05, 2008 at 03:08:36PM +0200, Ondrej Valousek wrote: > 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 Shat do we have in config.log? > 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 Yes, I had to do this. -- Emmanuel Dreyfus manu@...
2008-09-05 by Ondrej Valousek
1. configure:5710: result: no configure:5725: checking for pthread_create in -lpthread configure:5755: gcc -o conftest -g -O2 -Wall -Iyes/include -DUSE_DKIM -Lyes/lib -Wl,--rpath=yes/lib conftest.c -lpthread -lcrypto -ldkim >&5 /usr/bin/ld: cannot find -ldkim collect2: ld returned 1 exit status ... Suggestion: you should maybe check for libdkim before doing the libpthread test 2. I do not know how general this problem is, but I would consider adding a note in the README about this.... Emmanuel Dreyfus wrote:
> > On Fri, Sep 05, 2008 at 03:08:36PM +0200, Ondrej Valousek wrote: > > 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 > > Shat do we have in config.log? > > > 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 > > Yes, I had to do this. > > -- > Emmanuel Dreyfus > manu@... <mailto:manu%40netbsd.org> > >