
reply-2009 at mgn
Mar 25, 2009, 10:12 AM
Views: 528
Permalink
|
|
[Bug 376] Support for DKIM
|
|
------- You are receiving this mail because: ------- You are the QA contact for the bug. http://bugs.exim.org/show_bug.cgi?id=376 Martin Nicholas <reply-2009[at]mgn.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reply-2009[at]mgn.org.uk --- Comment #13 from Martin Nicholas <reply-2009[at]mgn.org.uk> 2009-03-25 17:12:53 --- Currently the EXPERIMENTAL_DKIM extension fails to compile in Debian/Lenny - you get this: ... gcc dkim-exim.c dkim-exim.c: In function 'dkim_exim_verify_init': dkim-exim.c:124: error: 'DKIMVerifyOptions' has no member named 'nCheckPolicy' dkim-exim.c:128: error: 'DKIMVerifyOptions' has no member named 'pfnPolicyCallback' ... That's exim 4.69 against libdkim 1.0.19. I'm no expert, but it seems that these have been renamed: pfnPracticesCallback & nCheckPractices. I added this to the EDITME.exim4-custom file: EXPERIMENTAL_DKIM=yes CFLAGS += -I/usr/include LDFLAGS += -llibdkim -llibssl -L/usr/lib/ -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|