Does dkim-filter -V show the required openssl version ?
I compiled it with openssl 0.9.8d and it shows both rsa-sha1 and rsa-sha256.

On Thu, Apr 3, 2008 at 3:00 AM, <[EMAIL PROTECTED]> wrote:

>
> On Tue, 4 Mar 2008 13:53:34 -0800, Todd Lyons <[EMAIL PROTECTED]>
> wrote:
>
> >-----BEGIN PGP SIGNED MESSAGE-----
> >Hash: SHA1
> >
> >On Tue, Mar 04, 2008 at 12:29:59PM -0800, Janet N wrote:
> >
> >>   Hi there,
> >>
> >>   I'm in need of a quick answer how to run sendmail/dkim milter using
> >>   openssl 0.9.7 which does not support Sha256.  I'm getting the
> following
> >>   error when starting dkim:
> >
> >A better route to take IMHO is to build a custom local version of
> >openssl and then configure dkim-milter to use that version instead of
> >the 0.9.7 libs that the distro provides.
> >
> >1. Build a local openssl:
> >Extract the source, cd into the source base directory.
> >./config shared zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa
> no-krb5
> >make depend
> >make all build-shared
> >make rehash build-shared
> >LD_LIBRARY_PATH="`pwd`"; export LD_LIBRARY_PATH; make -C test apps tests
> >make install
> >
> >2. The above step installed ssl into /usr/local/ssl, now tell
> >dkim-filter where to find it when compiling and when running by adding
> >these two lines to the dkim-filter site.config.m4:
> >APPENDDEF(`confINCDIRS', `-I/usr/local/ssl/include ')
> >APPENDDEF(`confLIBDIRS', `-L/usr/local/ssl/lib -Xlinker -rpath -Xlinker
> /usr/local/ssl/lib')
> >
> >3. The options in step 2 prevent you from building a shared libdkim
> >library.  I do not know why.  So you must disable `bld_LIBDKIM_SHARED'
> >by either commenting it out or setting it to false.  I'll post a
> >separate email with the output of that.
> >
> >4. sh Build && sh Build install
> >
> >
> >You'll go from this:
> >[EMAIL PROTECTED] dkim-milter-2.5.0.Beta9]# dkim-filter -V
> >dkim-filter: Sendmail DKIM Filter v2.5.0.Beta9
> >        Compiled with OpenSSL 0.9.6b [engine] 9 Jul 2001
> >        Supported signing algorithms:
> >                rsa-sha1
> >
> >To this:
> >[EMAIL PROTECTED] dkim-milter-2.5.0.Beta9]# dkim-filter -V
> >dkim-filter: Sendmail DKIM Filter v2.5.0.Beta9
> >        Compiled with OpenSSL 0.9.8e 23 Feb 2007
> >        Supported signing algorithms:
> >                rsa-sha1
> >                rsa-sha256
>
> Unfortunately after doing all this I still only get rsa-sha1 when
> compiling against 0.9.8g.  Digest
> sha256 works fine from openssl, and dkim-filter shows that it linked the
> correct libraries, but
> dkim-filter -V still only shows rsa-sha1.
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> dkim-milter-discuss mailing list
> dkim-milter-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
dkim-milter-discuss mailing list
dkim-milter-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss

Reply via email to