X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fconfig.h.defaults;h=877cc7bc4ba904cb4fc31fed54fe0b17c8a6a5b9;hb=a746f186fdd8b3b6561919177b6dd011c2b177e4;hp=b94b3686660b5859dcfa68e8851e7e730a2dc20d;hpb=1a2e76e1676bf405a464a233950a95012533c227;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index b94b36866..877cc7bc4 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim Maintainers 2018 */ +/* Copyright (c) The Exim Maintainers 2018-2020 */ /* See the file NOTICE for conditions of use and distribution. */ /* The default settings for Exim configuration variables. A #define without @@ -17,6 +17,8 @@ Do not put spaces between # and the 'define'. #define ALT_CONFIG_PREFIX #define TRUSTED_CONFIG_LIST +#define ALLOW_INSECURE_TAINTED_DATA + #define APPENDFILE_MODE 0600 #define APPENDFILE_DIRECTORY_MODE 0700 #define APPENDFILE_LOCKFILE_MODE 0600 @@ -31,7 +33,7 @@ Do not put spaces between # and the 'define'. #define AUTH_SPA #define AUTH_TLS -#define AUTH_VARS 3 +#define AUTH_VARS 4 #define BIN_DIRECTORY @@ -50,8 +52,11 @@ Do not put spaces between # and the 'define'. #define DISABLE_DKIM #define DISABLE_EVENT #define DISABLE_OCSP +#define DISABLE_PIPE_CONNECT #define DISABLE_PRDR +#define DISABLE_QUEUE_RAMP #define DISABLE_TLS +#define DISABLE_TLS_RESUME #define DISABLE_D_OPTION #define ENABLE_DISABLE_FSYNC @@ -96,6 +101,7 @@ Do not put spaces between # and the 'define'. #define LOOKUP_IBASE #define LOOKUP_JSON #define LOOKUP_LDAP +#define LOOKUP_LMDB #define LOOKUP_LSEARCH #define LOOKUP_MYSQL #define LOOKUP_NIS @@ -151,11 +157,11 @@ Do not put spaces between # and the 'define'. #define SUPPORT_MAILSTORE #define SUPPORT_MBX #define SUPPORT_MOVE_FROZEN_MESSAGES -#define SUPPORT_PIPE_CONNECT #define SUPPORT_PAM #define SUPPORT_PROXY #define SUPPORT_SOCKS #define SUPPORT_SPF +#define SUPPORT_SRS #define SUPPORT_TRANSLATE_IP_ADDRESS #define SYSLOG_LOG_PID @@ -201,10 +207,9 @@ Do not put spaces between # and the 'define'. #define EXPERIMENTAL_BRIGHTMAIL #define EXPERIMENTAL_DCC #define EXPERIMENTAL_DSN_INFO -#define EXPERIMENTAL_LMDB +#define EXPERIMENTAL_ESMTP_LIMITS #define EXPERIMENTAL_QUEUEFILE -#define EXPERIMENTAL_SRS -#define EXPERIMENTAL_TLS_RESUME +#define EXPERIMENTAL_SRS_ALT /* For developers */