diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-23 18:36:32 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-23 18:39:31 -0500 |
commit | 6bac1a9ad8ad304baae68ee3ab0de7d03d2fa239 (patch) | |
tree | b1d90e6e4f06b8520e470c9ef888d9ebef358385 /src | |
parent | bddd752627531884c9aeb087dd71d0c69e5371b3 (diff) |
DISABLE_DKIM has never worked. Fix that.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/config.h.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index 8d951aebc..84dfe9ba1 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -40,6 +40,7 @@ it's a default value. */ #define DEFAULT_CRYPT crypt #define DELIVER_IN_BUFFER_SIZE 8192 #define DELIVER_OUT_BUFFER_SIZE 8192 +#define DISABLE_DKIM #define DISABLE_D_OPTION #define ENABLE_DISABLE_FSYNC |