Hi, Thanks so much for all your assistance so far. I have RHEL 3 running and have installed libdkim 1.0.19-2 from http://dl.atrpms.net/all/libdkim-1.0.19-2.src.rpm and exim 4.69-2 http://files.directadmin.com/services/da_exim-4.69-2.src.rpm I have modified the Makefile to include support for DKIM but when I try to build the rpm from the exim.spec file I get the following errors:
dkim-exim.c: In function `dkim_exim_verify_init': dkim-exim.c:124: structure has no member named `nCheckPolicy' dkim-exim.c:128: structure has no member named `pfnPolicyCallback' dkim-exim.c: In function `dkim_exim_verify_result': dkim-exim.c:196: structure has no member named `Domain' dkim-exim.c:203: structure has no member named `Domain' dkim-exim.c:204: structure has no member named `IdentityDomain' dkim-exim.c:208: structure has no member named `Domain' dkim-exim.c:209: structure has no member named `IdentityDomain' dkim-exim.c:215: structure has no member named `Domain' dkim-exim.c:216: structure has no member named `IdentityDomain' On googling I found the following http://www.exim.org/lurker/message/20090325.171253.10e143fb.en.html The members have been renamed. Does anyone know how to solve this problem? Any assistance will be greatly appreciated. -- Regards, Eric Magutu -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
