On Tue, 4 Mar 2008, Janet N wrote: > Starting dkim-filter: dkim-filter: unknown signature algorithm "rsa-sha256" > startproc: exit status of parent of /usr/bin/dkim-filter: 64 > > I added SignatureAlgorithm rsa-sha1 in my dkim.conf file. Is there > anything else that needs to be disabled for dkim milter?
That should do it. I'm confused though about how you get that error. The library is built to default to "rsa-sha1" unless at compile-time the value of SHA256_DIGEST_LENGTH is defined, which should only be defined if you have openssl 0.9.8 installed. On your system, where might it be getting that value? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
