[exim-dev] [Bug 376] Support for DKIM

Top Page
Delete this message
Reply to this message
Author: Martin Nicholas
Date:  
To: exim-dev
Subject: [exim-dev] [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@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reply-2009@???





--- Comment #13 from Martin Nicholas <reply-2009@???> 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