On 2011-02-23 at 12:00 +0000, A J Thew wrote:
> Please note that even if I disable DKIM , I still get it showing on a -bV
> (4.74 has it running as well)
>
> Exim version 4.75_RC2 #2 built 23-Feb-2011 11:57:19
> Copyright (c) University of Cambridge, 1995 - 2007
> Probably ndbm
> Support for: Content_Scanning DKIM Old_Demime
Please define "disable"? Do you just mean "configure it off"?
The code which prints that tag in that line is:
#ifndef DISABLE_DKIM
fprintf(f, " DKIM");
#endif
Per the Exim Specification:
54. SUPPORT FOR DKIM (DOMAINKEYS IDENTIFIED MAIL) - RFC4871
Since version 4.70, DKIM support is compiled into Exim by default. It can be
disabled by setting DISABLE_DKIM=yes in Local/Makefile.
So, if you put DISABLE_DKIM in and are still seeing DKIM listed, then I
need more information to track down what's happening. Please email me
(directly, no need to spam list):
build-*/Makefile
build-*/config.h
Did you do a "make makefile" after adding DISABLE_DKIM=yes, not just
"make clean"?
Thanks,
-Phil